diff --git a/modules/http/file-handlers/binary.py b/modules/http/file-handlers/binary.py index 6de361f..05605c0 100644 --- a/modules/http/file-handlers/binary.py +++ b/modules/http/file-handlers/binary.py @@ -36,7 +36,6 @@ def handleBinary(env): "Accept-Ranges": "bytes" }) - print(rangeStart,rangeEnd) cByte = rangeStart while cByte < rangeEnd: bytes = b""