forked from openlp/openlp
Remove print
This commit is contained in:
parent
b51998c760
commit
20cdcde1a1
@ -361,7 +361,6 @@ class MediaManagerItem(QtGui.QWidget):
|
|||||||
thumbdate = os.stat(thumb).st_mtime
|
thumbdate = os.stat(thumb).st_mtime
|
||||||
#if file updated rebuild icon
|
#if file updated rebuild icon
|
||||||
if filedate > thumbdate:
|
if filedate > thumbdate:
|
||||||
print "rebuild"
|
|
||||||
self.icon_from_file(file, thumb)
|
self.icon_from_file(file, thumb)
|
||||||
|
|
||||||
def icon_from_file(self, file, thumb):
|
def icon_from_file(self, file, thumb):
|
||||||
|
Loading…
Reference in New Issue
Block a user