Remove debug print in HImage
This commit is contained in:
parent
0b60b2b5bc
commit
7313d6cf1d
|
@ -35,8 +35,6 @@ Image {
|
|||
|
||||
cache: true // Needed to allow GIFs to loop
|
||||
paused: ! visible || window.hidden || userPaused
|
||||
property var pr: frameCount
|
||||
onPrChanged: print(source, pr)
|
||||
|
||||
property bool userPaused: ! window.settings.autoPlayGIF
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user