Removed logging

This commit is contained in:
michael starke
2014-03-19 22:57:46 +01:00
parent 03d13e5b2f
commit 0c9ea34e67

View File

@@ -96,7 +96,6 @@
self.temporaryFileURL = nil; self.temporaryFileURL = nil;
return NO; return NO;
} }
NSLog(@"Did write data to %@", [self.temporaryFileURL path]);
return YES; return YES;
} }