From 847eb4d910c846896fd6bf02450584b4f465d77b Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Mon, 4 Mar 2013 16:56:41 +0000 Subject: [PATCH] remove print --- openlp/core/ui/media/mediacontroller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/ui/media/mediacontroller.py b/openlp/core/ui/media/mediacontroller.py index 09ad73b8f..a36bbbeff 100644 --- a/openlp/core/ui/media/mediacontroller.py +++ b/openlp/core/ui/media/mediacontroller.py @@ -162,7 +162,6 @@ class MediaController(object): """ Check to see if we have any media Player's available. """ - print "check" log.debug(u'_check_available_media_players') controller_dir = os.path.join(AppLocation.get_directory(AppLocation.AppDir), u'core', u'ui', u'media') for filename in os.listdir(controller_dir):