Skip to content

Commit

Permalink
Removed unwanted debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Bertera committed May 18, 2015
1 parent 8843b60 commit d764c63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pypxe/tftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ def handle(self):
elif opcode == 4:
[block] = struct.unpack('!H', self.message[2:4])
a = block + self.wrap * 65536
print "B:%d" % block
print "A:%d" % a
print "L:%d" % self.lastblock
if block == 0:
self.wrap += 1
if block < self.block % 65536:
Expand Down

0 comments on commit d764c63

Please sign in to comment.