Skip to content

Commit

Permalink
Merge pull request #5 from naptics/silentmode
Browse files Browse the repository at this point in the history
remove some annoying debug outputs
  • Loading branch information
seeppp authored Jul 5, 2016
2 parents a47a7e6 + 2b78388 commit ab336f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Pod/Classes/SimplePing.m
Original file line number Diff line number Diff line change
Expand Up @@ -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]]);
Expand Down Expand Up @@ -580,9 +578,7 @@ - (void)start

CFHostScheduleWithRunLoop(self->_host, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode);

NSLog(@">CFHostStartInfoResolution");
success = CFHostStartInfoResolution(self->_host, kCFHostAddresses, &streamError);
NSLog(@"<CFHostStartInfoResolution");
if ( ! success ) {
[self didFailWithHostStreamError:streamError];
}
Expand Down

0 comments on commit ab336f3

Please sign in to comment.