diff --git a/RNFSManager.m b/RNFSManager.m index b76b5832..f9acc690 100755 --- a/RNFSManager.m +++ b/RNFSManager.m @@ -470,7 +470,6 @@ - (dispatch_queue_t)methodQueue [self.downloaders setValue:downloader forKey:[jobId stringValue]]; if (uuid) { - NSLog(@"setting uuid: %@", uuid); if (!self.uuids) self.uuids = [[NSMutableDictionary alloc] init]; [self.uuids setValue:uuid forKey:[jobId stringValue]]; }