mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-21 10:54:31 +08:00
remove unnecessary logging from recent changes.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user