Skip to content

Commit

Permalink
Removed unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Oct 19, 2022
1 parent 91e89e2 commit 1469f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qml/components/GalleryImage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ SilicaFlickable {
var h = transpose ? image.width : image.height
var viewportWidth = isLandscape ? galleryImage.height : galleryImage.width
var viewportHeight = isLandscape ? galleryImage.width : galleryImage.height
console.log(viewportWidth, w, viewportHeight, h, viewportWidth/w, viewportHeight/h)
zoom = Math.min(viewportWidth/w, viewportHeight/h)
}

Expand Down

0 comments on commit 1469f51

Please sign in to comment.