diff --git a/Pod/Classes/SimplePing.m b/Pod/Classes/SimplePing.m index eb55b08..d4a287e 100755 --- a/Pod/Classes/SimplePing.m +++ b/Pod/Classes/SimplePing.m @@ -540,8 +540,6 @@ static void HostResolveCallback(CFHostRef theHost, CFHostInfoType typeInfo, cons // It just redirects the call to the appropriate Objective-C method. { SimplePing * obj; - - NSLog(@">HostResolveCallback"); obj = (__bridge SimplePing *) info; assert([obj isKindOfClass:[SimplePing class]]); @@ -580,9 +578,7 @@ - (void)start CFHostScheduleWithRunLoop(self->_host, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode); - NSLog(@">CFHostStartInfoResolution"); success = CFHostStartInfoResolution(self->_host, kCFHostAddresses, &streamError); - NSLog(@"