Skip to content
Snippets Groups Projects
Commit f0e341f6 authored by Nikolai Hartmann's avatar Nikolai Hartmann
Browse files

comment printout message in gStream2tcp script

parent 580e6fbc
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ while True:
except UnicodeDecodeError:
continue
print("received message: %s" % data)
#print("received message: %s" % data)
hdr = data.split('\n')[0]
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment