For beta versions, always show the buffer in NSLog()
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 28 Feb 2008 19:24:24 +0000 (14:24 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 28 Feb 2008 19:24:24 +0000 (14:24 -0500)
Source/AppController.m

index 339ffb271a3466c7a08488d4c56f0e4855d6ba89..6959a3be332e2fe597f225c3fa1309c417b1775b 100644 (file)
@@ -119,9 +119,9 @@ end:
                memset(&buf, '\0', sizeof(buf));
                numbytes = libssh2_channel_read(channel, buf, sizeof(buf));
                sleep(1);
-#ifdef BLU_DEBUG
+//#ifdef BLU_DEBUG
                NSLog(@"buf: %s", buf);
-#endif
+//#endif
        } while (libssh2_poll_channel_read(channel, 0));
 }