mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
cleaning up debug code
This commit is contained in:
parent
d38c910e24
commit
4fa26d9618
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ class TTransportBase:
|
|||
buff = b''
|
||||
have = 0
|
||||
while (have < sz):
|
||||
#print(self)
|
||||
chunk = self.read(sz - have)
|
||||
have += len(chunk)
|
||||
buff += chunk
|
||||
|
|
Loading…
Add table
Reference in a new issue