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

Commit

Permalink
Merge pull request #1 from telember/master
Browse files Browse the repository at this point in the history
Update Base64ToGallery.m (Remove the logging of the image path)
  • Loading branch information
bmdelacruz authored Nov 6, 2017
2 parents fa0558e + 8590d54 commit ee4e96a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ios/Base64ToGallery.m
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ -(void)thisImage:(UIImage *)image hasBeenSavedInPhotoAlbumWithError:(NSError *)e
} else {
// retrieve bridged image path and release it to get the image path
NSString *imagePath = (NSString *) CFBridgingRelease(bridgedImagePath);
NSLog("Path of saved image: %@", imagePath);

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

0 comments on commit ee4e96a

Please sign in to comment.