From: Robert Sesek Date: Wed, 6 Aug 2008 18:07:46 +0000 (-0400) Subject: Tiny bit of code cleanup (commented code stripping) X-Git-Tag: 1.1~8 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=c750240a70551b410306a9fd3b632d589746fd76;p=printdrop.git Tiny bit of code cleanup (commented code stripping) * Source/AppController.m --- diff --git a/Source/AppController.m b/Source/AppController.m index 9110144..d8952e4 100644 --- a/Source/AppController.m +++ b/Source/AppController.m @@ -128,9 +128,7 @@ end: memset(&buf, '\0', sizeof(buf)); numbytes = libssh2_channel_read(channel, buf, sizeof(buf)); sleep(1); -//#ifdef BLU_DEBUG - NSLog(@"buf: %s", buf); -//#endif + NSLog(@"SSH buffer: %s", buf); } while (libssh2_poll_channel_read(channel, 0)); }