Remove print

This commit is contained in:
Tim Bentley 2010-04-06 19:34:51 +01:00
parent b51998c760
commit 20cdcde1a1

View File

@ -361,7 +361,6 @@ class MediaManagerItem(QtGui.QWidget):
thumbdate = os.stat(thumb).st_mtime
#if file updated rebuild icon
if filedate > thumbdate:
print "rebuild"
self.icon_from_file(file, thumb)
def icon_from_file(self, file, thumb):