From dd15c2a58155b630e340811e55add835cb55e5f8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 24 Aug 2007 22:00:15 -0700 Subject: [PATCH] Removing the NSLog that was being called everytime we sent a command * Source/DebuggerConnection.m ([DebuggerConnection dataSent:]) --- Source/DebuggerConnection.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/DebuggerConnection.m b/Source/DebuggerConnection.m index d4b6d18..d84b7cf 100644 --- a/Source/DebuggerConnection.m +++ b/Source/DebuggerConnection.m @@ -135,9 +135,7 @@ * isn't useful for much. */ - (void)dataSent: (NSString *)data -{ - NSLog(@"send = %@", data); -} +{} /** * Called by SocketWrapper after the connection is successful. This immediately calls -- 2.22.5