Skip to content

Commit

Permalink
docs: rm redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tinacious committed Dec 27, 2020
1 parent 9e43ffc commit 39232a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/SaveBase64Image.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@ class SaveBase64Image: NSObject {
@objc(image:didFinishSavingWithError:contextInfo:)
func image(_ image: UIImage, didFinishSavingWithError error: NSError?, contextInfo: UnsafeRawPointer) {
guard error == nil else {
// Error saving image
resolver?(false)
return
}

// Image saved successfully
resolver?(true)
}

Expand Down

0 comments on commit 39232a6

Please sign in to comment.