Remove debugging

This commit is contained in:
Neale Pickett 2008-07-23 10:53:40 -06:00
parent a561d1f199
commit 3f20d4ab29
1 changed files with 0 additions and 2 deletions

2
ip.py
View File

@ -515,8 +515,6 @@ class Session:
data = gapstr.GapString() data = gapstr.GapString()
data.extend(gs) data.extend(gs)
try: try:
print (data, data.length)
print (data, bool(data))
while data: while data:
p = self.Packet(self, f) p = self.Packet(self, f)
data = p.handle(data) data = p.handle(data)