aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2016-08-16 13:51:16 +0200
committerMaZderMind <git@mazdermind.de>2016-08-16 13:51:16 +0200
commitc07e80e50908a1ec099f2dadea6e72213f05a172 (patch)
tree586f042ec52fd94467b49cc5cd07eae85ef361c0
parent9d10b19d16d2a4003f17267b19a6b1617b24dc8b (diff)
remove remaining unconditional print-statements
-rw-r--r--voctocore/lib/videomix.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/voctocore/lib/videomix.py b/voctocore/lib/videomix.py
index aa2bedc..95d538d 100644
--- a/voctocore/lib/videomix.py
+++ b/voctocore/lib/videomix.py
@@ -325,7 +325,6 @@ class VideoMix(object):
self.setVideoSourceA(self.names.index(defSource))
self.log.info('Changing sourceA to default of Mode %s: %s', compositeModeName, defSource)
except Exception as e:
- print(e)
pass
try:
@@ -333,7 +332,6 @@ class VideoMix(object):
self.setVideoSourceB(self.names.index(defSource))
self.log.info('Changing sourceB to default of Mode %s: %s', compositeModeName, defSource)
except Exception as e:
- print(e)
pass
def on_handoff(self, object, buffer):