aboutsummaryrefslogtreecommitdiff
path: root/voctocore/lib/avrawoutput.py
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/lib/avrawoutput.py')
-rw-r--r--voctocore/lib/avrawoutput.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/voctocore/lib/avrawoutput.py b/voctocore/lib/avrawoutput.py
index 69c90a2..3c7d739 100644
--- a/voctocore/lib/avrawoutput.py
+++ b/voctocore/lib/avrawoutput.py
@@ -6,13 +6,6 @@ from lib.config import Config
from lib.tcpmulticonnection import TCPMultiConnection
class AVRawOutput(TCPMultiConnection):
- log = logging.getLogger('AVRawOutput')
-
- name = None
- caps = None
-
- receiverPipeline = None
-
def __init__(self, channel, port):
self.log = logging.getLogger('AVRawOutput['+channel+']')
super().__init__(port)