mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-05 09:39:09 +08:00
Remove accidentally committed log statement
This commit is contained in:
@@ -154,8 +154,6 @@
|
||||
NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
|
||||
RKManagedObjectStore* objectStore = self.managedObjectStore;
|
||||
|
||||
NSLog(@"The response body is %@", [response bodyAsString]);
|
||||
|
||||
// If the request was sent through a model, we map the results back into that object
|
||||
// TODO: Note that this assumption may not work in all cases, other approaches?
|
||||
// The issue is that not specifying the object results in new objects being created
|
||||
|
||||
Reference in New Issue
Block a user