From c750240a70551b410306a9fd3b632d589746fd76 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 6 Aug 2008 14:07:46 -0400 Subject: [PATCH] Tiny bit of code cleanup (commented code stripping) * Source/AppController.m --- Source/AppController.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)); } -- 2.22.5