summaryrefslogtreecommitdiff
path: root/console.c
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-09-26 22:13:47 +0200
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-09-26 22:13:47 +0200
commitdcf815703b327bd6500c0bdea60cb85f67994d5a (patch)
tree6cba619c03bbafb09d992912c445b833dbc64bab /console.c
parentdb4ec3f49051dbd35e2274a0cd1c93193d4511ae (diff)
downloadMAC-Telnet-dcf815703b327bd6500c0bdea60cb85f67994d5a.tar.gz
MAC-Telnet-dcf815703b327bd6500c0bdea60cb85f67994d5a.zip
Cleanup, and correctly handle connection closing
Diffstat (limited to 'console.c')
-rw-r--r--console.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/console.c b/console.c
index 558184f..2ac2068 100644
--- a/console.c
+++ b/console.c
@@ -15,7 +15,5 @@ int getTerminalSize(unsigned short *width, unsigned short *height) {
*width = ws.ws_col;
*height = ws.ws_row;
- printf("Console width: %d, height: %d\n", *width, *height);
-
return 1;
}