From 1a42e8865eec3e022ac154facf5114001dee15e8 Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Wed, 20 Oct 2010 15:00:59 -0400 Subject: [PATCH] Remove accidentally committed log statement --- Code/ObjectMapping/RKObjectLoader.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Code/ObjectMapping/RKObjectLoader.m b/Code/ObjectMapping/RKObjectLoader.m index 7bce9a52..7f5051ba 100644 --- a/Code/ObjectMapping/RKObjectLoader.m +++ b/Code/ObjectMapping/RKObjectLoader.m @@ -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