From 16489a9153c5b95ace36adea11f261559e350ebd Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 15 Nov 2015 14:44:21 +0100 Subject: remove debugging statement --- voctogui/lib/videopreviews.py | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3