Skip to content

Commit

Permalink
removed rough NSLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaggivara committed Feb 22, 2014
1 parent 1069719 commit 7df7ea9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Classes/HYConnection.m
Original file line number Diff line number Diff line change
Expand Up @@ -904,13 +904,9 @@ - (void)processResolveFrameWithChannelId:(NSUInteger)ch
channel = [request channel];

if(request && channel){
NSLog(@"There is a request...");
//NSLog([request token]);
[channel resolveSuccess:ch path:path token:[request token]];
}



[self.m_resolveMutex lock];
[request release];
[self.m_pendingResolveRequests removeObjectForKey:path];
Expand Down Expand Up @@ -1306,4 +1302,4 @@ - (BOOL)writeBytes:(HYFrame *)frame
return NO;
}

@end
@end

0 comments on commit 7df7ea9

Please sign in to comment.