diff --git a/Code/ObjectMapping/RKObjectMapper.m b/Code/ObjectMapping/RKObjectMapper.m index 46553f30..efd82d6c 100644 --- a/Code/ObjectMapping/RKObjectMapper.m +++ b/Code/ObjectMapping/RKObjectMapper.m @@ -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:)]) {