Skip to content

Commit 7d5d36f

Browse files
committed
Removed leftover print message from debugging
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 1680f5e commit 7d5d36f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cf_remote/web.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def has_downloaded_package(path, filename, checksum, insecure):
6363

6464

6565
def download_package(url, path=None, checksum=None, insecure=False):
66-
print(insecure)
6766
assert path is None or type(path) is str and len(path) > 0
6867

6968
if checksum and not SHA256_RE.match(checksum):

0 commit comments

Comments
 (0)