Skip to content

Commit

Permalink
Merge pull request #26 from MohammadRezaAnsari/fixFileManagerExtension
Browse files Browse the repository at this point in the history
Delete assertionFailure from file manager extension
  • Loading branch information
MohammadRezaAnsari authored Jan 24, 2022
2 parents f029382 + 367810a commit 0572e00
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public extension FileManager {
let fileURL = directoryPath.appendingPathComponent(name)

guard let image = UIImage(contentsOfFile: fileURL.path) else {
assertionFailure("ForDebug: can not find image with given name.")
return nil
}

Expand Down

0 comments on commit 0572e00

Please sign in to comment.