remove unnecessary logging from recent changes.

This commit is contained in:
timkerchmar
2010-10-12 14:35:37 -04:00
parent 320e96e48e
commit fa5fefdcc5

View File

@@ -220,10 +220,6 @@
// This callback is invoked after the request has been fully serviced. Finish the load here.
- (void)objectLoader:(RKObjectLoader *)objectLoader didLoadObjects:(NSArray *)objects {
NSLog(@"Response: %@", [objectLoader.response bodyAsJSON]);
// [objectLoader.mapper mapFromString:[objectLoader.response bodyAsString]];
// NSLog(@"Map: %@", [objectLoader.mapper mapFromString:[objectLoader.response bodyAsString]]);
NSLog(@"Objects: %@", objects);
[self modelsDidLoad:objects];
[objectLoader release];
}