summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-08-07 19:30:15 -0700
committerGary E. Miller <gem@rellim.com>2018-08-07 19:30:15 -0700
commit1eaed93c7a9c9bc84295786cafc7a1032f9972ea (patch)
tree4691878a88718265a6077cdcc629da792988ae95 /gps
parent75677f69153b221da611568be7f578b9e99c5876 (diff)
downloadgpsd-1eaed93c7a9c9bc84295786cafc7a1032f9972ea.tar.gz
client.py: remove debug code that slipped out.
Diffstat (limited to 'gps')
-rw-r--r--gps/client.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gps/client.py b/gps/client.py
index 70c83a44..989b1d15 100644
--- a/gps/client.py
+++ b/gps/client.py
@@ -204,9 +204,9 @@ class gpsjson(object):
self.steam_command = self.enqueued
if self.stream_command:
- # if self.verbose > 1:
- sys.stderr.write("send: stream as:"
- " {}\n".format(self.stream_command))
+ if self.verbose > 1:
+ sys.stderr.write("send: stream as:"
+ " {}\n".format(self.stream_command))
self.send(self.stream_command)
else:
raise TypeError("Invalid streaming command!! : "+str(flags))