about summary refs log tree commit diff stats
path: root/src/io/term.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/term.nim')
-rw-r--r--src/io/term.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/io/term.nim b/src/io/term.nim
index bc0f2ae9..1eacd237 100644
--- a/src/io/term.nim
+++ b/src/io/term.nim
@@ -23,7 +23,6 @@ when defined(posix):
     discard tcSetAttr(stdin_fileno, TCSAFLUSH, addr orig_termios)
 
   proc enableRawMode*(fileno: FileHandle) =
-    eprint "raw mode"
     stdin_fileno = fileno
     addExitProc(disableRawMode)
     discard tcGetAttr(fileno, addr orig_termios)