Tiny bit of code cleanup (commented code stripping)
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 6 Aug 2008 18:07:46 +0000 (14:07 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 6 Aug 2008 18:15:26 +0000 (14:15 -0400)
* Source/AppController.m

Source/AppController.m

index 9110144bf9146bdc0978678693a65d1077ca1080..d8952e4db3d433a79afe41d4e8b4d77621ca232c 100644 (file)
@@ -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));
 }