Remove debug print in HImage

This commit is contained in:
miruka 2019-09-12 17:39:28 -04:00
parent 0b60b2b5bc
commit 7313d6cf1d

View File

@ -35,8 +35,6 @@ Image {
cache: true // Needed to allow GIFs to loop cache: true // Needed to allow GIFs to loop
paused: ! visible || window.hidden || userPaused paused: ! visible || window.hidden || userPaused
property var pr: frameCount
onPrChanged: print(source, pr)
property bool userPaused: ! window.settings.autoPlayGIF property bool userPaused: ! window.settings.autoPlayGIF