From 2e4b6b87ce6ad236fd247907a8f6059d0415d86d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 31 Oct 2010 12:11:23 -0400 Subject: [PATCH] Remove 2 super verbose NSLog() statements. --- Source/DebuggerConnection.m | 1 - Source/NSXMLElementAdditions.m | 1 - 2 files changed, 2 deletions(-) diff --git a/Source/DebuggerConnection.m b/Source/DebuggerConnection.m index 07fd033..ac08ae3 100644 --- a/Source/DebuggerConnection.m +++ b/Source/DebuggerConnection.m @@ -493,7 +493,6 @@ void SocketAcceptCallback(CFSocketRef socket, bufferOffset += partLength + 1; // If this read finished the packet, handle it and reset. - NSLog(@"cpi %d ps %d br %d ds %d", currentPacketIndex_, packetSize_, bytesRead, partLength); if (currentPacketIndex_ >= packetSize_) { [self handlePacket:[[currentPacket_ retain] autorelease]]; diff --git a/Source/NSXMLElementAdditions.m b/Source/NSXMLElementAdditions.m index 079951c..55c8a96 100644 --- a/Source/NSXMLElementAdditions.m +++ b/Source/NSXMLElementAdditions.m @@ -41,7 +41,6 @@ } // The value of the node is base64 encoded. - NSLog(@"encoding check"); if ([[[self attributeForName:@"encoding"] stringValue] isEqualToString:@"base64"]) { const char* str = [[self stringValue] UTF8String]; int strlen = [[self stringValue] length]; -- 2.22.5