summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2005-03-30 20:43:27 +0000
committerGary E. Miller <gem@rellim.com>2005-03-30 20:43:27 +0000
commit1f3887e6351858cafdac43f197e29c78e6fbd60f (patch)
treebb35157b736e8ba2a7befe28eda503d6f3b22219 /gpsprof
parent55ec389ecdbaca1894ec1e3476528324ac8de5db (diff)
downloadgpsd-1f3887e6351858cafdac43f197e29c78e6fbd60f.tar.gz
gpsprof: removed code that should never have been commited. Sorry.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index 5058e4d4..0aba97c3 100755
--- a/gpsprof
+++ b/gpsprof
@@ -362,7 +362,6 @@ class cycle:
session.stopbits, session.cycle)
msg += "The sentence set emitted by this GPS is: %s\n" % " ".join(intervals.keys())
for key in cycles:
- sys.stderr.write("gem")
if len(frequencies[key].values()) == 1:
if cycles[key] == 1:
msg += "%s: is emitted once a second.\n" % key