Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit ee4e96a

Browse files
authored
Merge pull request #1 from telember/master
Update Base64ToGallery.m (Remove the logging of the image path)
2 parents fa0558e + 8590d54 commit ee4e96a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ios/Base64ToGallery.m

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ -(void)thisImage:(UIImage *)image hasBeenSavedInPhotoAlbumWithError:(NSError *)e
9292
} else {
9393
// retrieve bridged image path and release it to get the image path
9494
NSString *imagePath = (NSString *) CFBridgingRelease(bridgedImagePath);
95-
NSLog("Path of saved image: %@", imagePath);
9695

9796
// send the image path back to the js callback
9897
CDVPluginResult * pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK messageAsString:imagePath];

0 commit comments

Comments
 (0)