From b5770d982d2cb7d95ae400172a8bb1ca923a0de4 Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 16 Jun 2013 22:28:06 -0400 Subject: removed some debug noise. --- Presence/monitortty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Presence/monitortty.c') diff --git a/Presence/monitortty.c b/Presence/monitortty.c index 90e23464..7b5dc82c 100644 --- a/Presence/monitortty.c +++ b/Presence/monitortty.c @@ -76,7 +76,7 @@ void vt_wait(int tty_fd) { memset(&vt,'\0',sizeof(vt)); vt.event = VT_EVENT_SWITCH; int res; - printf("started wait\n"); + // printf("started wait\n"); res = ioctl (tty_fd, VT_WAITEVENT, &vt); if (res==-1) { printf("vt_wait error fd=%i\n",tty_fd); @@ -84,7 +84,7 @@ void vt_wait(int tty_fd) { // printf("vt_wait: %u - %s\n", errno, errmsg(errno)); sleep(1); } - printf("finished wait\n"); + // printf("finished wait\n"); } int8_t get_active(int tty_fd) { -- cgit v1.2.3