diff options
Diffstat (limited to 'voctogui')
-rw-r--r-- | voctogui/lib/videopreviews.py | 1 |
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) |