Remove debug print in HImage
This commit is contained in:
		@@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user