From 312a02f14b7bba824221d81d0b9430e98301c8ed Mon Sep 17 00:00:00 2001 From: Jonathan Stafford Date: Thu, 26 Jan 2012 10:51:25 +0800 Subject: [PATCH] Fixed typo Fixes: https://launchpad.net/bugs/900727 --- openlp/core/ui/media/phononplayer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/ui/media/phononplayer.py b/openlp/core/ui/media/phononplayer.py index 6e1dec918..57d1f7663 100644 --- a/openlp/core/ui/media/phononplayer.py +++ b/openlp/core/ui/media/phononplayer.py @@ -90,7 +90,6 @@ class PhononPlayer(MediaPlayer): ext = u'*%s' % extension if ext not in list: list.append(ext) - print ext log.info(u'MediaPlugin: %s additional extensions: %s' % (mimetype, u' '.join(self.additional_extensions[mimetype])))