mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-14 12:13:00 +08:00
Fix naked NSLog that should be a RKLogDebug. fixes #376
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
}
|
||||
|
||||
// Allow any queued operations to complete
|
||||
NSLog(@"The following operations are in the queue: %@", _operationQueue.operations);
|
||||
RKLogDebug(@"The following operations are in the queue: %@", _operationQueue.operations);
|
||||
[_operationQueue waitUntilAllOperationsAreFinished];
|
||||
|
||||
if ([self.delegate respondsToSelector:@selector(objectMapperDidFinishMapping:)]) {
|
||||
|
||||
Reference in New Issue
Block a user