[Git][NTPsec/ntpsec][master] Oops, remove breadcrumbs.
Eric S. Raymond
gitlab at mg.gitlab.com
Mon Oct 17 02:36:59 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
e189405c by Eric S. Raymond at 2016-10-16T22:36:43-04:00
Oops, remove breadcrumbs.
- - - - -
1 changed file:
- pylib/packet.py
Changes:
=====================================
pylib/packet.py
=====================================
--- a/pylib/packet.py
+++ b/pylib/packet.py
@@ -539,10 +539,8 @@ class ntpq_session:
return self.response
idlist = []
if associd == 0:
- print("I see %d chars" % len(self.response))
for i in range(len(self.response)//4):
data = self.response[4*i:4*i+4]
- print("Foo! %d %d %s" % (i, len(data), data))
idlist.append(struct.unpack("!HH", data))
return idlist
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e189405c07246564a38a491be634af7bdd111ace
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161017/c50dee39/attachment.html>
More information about the vc
mailing list