From f7d95a8fdb41da2a5f4a878fd9cd8a4c6260770d Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Sun, 21 Feb 2010 21:41:30 +0000 Subject: [PATCH] Remove debug prints --- openlp/core/ui/thememanager.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 18744187f..9e2a8ecce 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -237,8 +237,6 @@ class ThemeManager(QtGui.QWidget): if len(files) > 0: for file in files: self.config.set_last_dir(unicode(file)) - print file - print self.path self.unzipTheme(file, self.path) self.loadThemes()