aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-11-15 14:44:21 +0100
committerMaZderMind <git@mazdermind.de>2015-11-15 18:38:56 +0100
commit16489a9153c5b95ace36adea11f261559e350ebd (patch)
tree832ab54d33e4f5566c3cfaab8e7c8fedad442694
parentbc8af43104aafa0869cfb869c9d7caf0acefb23c (diff)
remove debugging statement
-rw-r--r--voctogui/lib/videopreviews.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/voctogui/lib/videopreviews.py b/voctogui/lib/videopreviews.py
index c4700d9..1afaa52 100644
--- a/voctogui/lib/videopreviews.py
+++ b/voctogui/lib/videopreviews.py
@@ -105,7 +105,6 @@ class VideoPreviewsController(object):
channel, idx = btn_name.split(' ')[:2]
source_name = self.sources[int(idx)]
- self.log.debug(self.sources)
self.log.info('video-channel %s changed to %s', channel, source_name)
Connection.send('set_video_'+channel, source_name)