Skip to content

Commit 69df36e

Browse files
committed
removing errorMsg for image loading error
1 parent 9077124 commit 69df36e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/qml/form/editors/MMFormPhotoViewer.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ MMPrivateComponents.MMBaseInput {
7676
onStatusChanged: {
7777
if ( status === Image.Error ) {
7878
__inputUtils.log( "Image Loading", "Could not load the image. It may be missing or invalid, the URL might be incorrect, or there may be no network connection: " + root.photoUrl )
79-
root.errorMsg = "Could not load the image."
8079
}
8180
}
8281

0 commit comments

Comments
 (0)