Don't print ranges (leftover debug)
This commit is contained in:
parent
f615117b96
commit
4b3e9f22e0
@ -36,7 +36,6 @@ def handleBinary(env):
|
||||
"Accept-Ranges": "bytes"
|
||||
})
|
||||
|
||||
print(rangeStart,rangeEnd)
|
||||
cByte = rangeStart
|
||||
while cByte < rangeEnd:
|
||||
bytes = b""
|
||||
|
Loading…
Reference in New Issue
Block a user