From f16828dd5d247aee4e3962bab04c3a7a33d6a28f Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 23 Feb 2018 15:54:25 +0000 Subject: [PATCH] fix comment --- 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 ed593dd88..1368be39d 100644 --- a/openlp/core/ui/media/mediacontroller.py +++ b/openlp/core/ui/media/mediacontroller.py @@ -179,7 +179,6 @@ class MediaController(RegistryBase, LogMixin, RegistryProperties): """ Check to see if we have any media Player's available. """ - log.debug('_check_available_media_players') controller_dir = os.path.join('core', 'ui', 'media') # Find all files that do not begin with '.' (lp:#1738047) and end with player.py glob_pattern = os.path.join(controller_dir, '[!.]*player.py')