Skip to content

Commit 5473107

Browse files
committed
Remove debug log
1 parent 01f9307 commit 5473107

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Platforms/emscripten/streams.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ class NodeReader {
170170
nodeFsync(this.nodeStream.fd);
171171
}
172172
ioctl_tiocgwinsz() {
173-
console.log("ioctl_tiocgwinsz");
174173
return [this.nodeStream.columns ?? 24, this.nodeStream.rows ?? 80];
175174
}
176175
}
@@ -189,7 +188,6 @@ class NodeWriter {
189188
nodeFsync(this.nodeStream.fd);
190189
}
191190
ioctl_tiocgwinsz() {
192-
console.log("ioctl_tiocgwinsz");
193191
return [this.nodeStream.columns ?? 24, this.nodeStream.rows ?? 80];
194192
}
195193
}

0 commit comments

Comments
 (0)