diff --git a/openlp/core/lib/mediamanageritem.py b/openlp/core/lib/mediamanageritem.py index f68db32fe..c5d1f96c7 100644 --- a/openlp/core/lib/mediamanageritem.py +++ b/openlp/core/lib/mediamanageritem.py @@ -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):