summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a7b231e..43a8846 100644
--- a/main.c
+++ b/main.c
@@ -39,7 +39,7 @@ void setup_console(int t)
}
else
{
- printf("restore console\n");
+ //printf("restore console\n");
tcsetattr(0, TCSANOW, &old_termios);
}
}
OpenPOWER on IntegriCloud