From 4b3e9f22e0c45867e9f25853171b4d3ca5e2169a Mon Sep 17 00:00:00 2001 From: Fierelier Date: Tue, 15 Feb 2022 11:40:40 +0100 Subject: [PATCH] Don't print ranges (leftover debug) --- modules/http/file-handlers/binary.py | 1 - 1 file changed, 1 deletion(-) 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""