We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1680f5e commit 7d5d36fCopy full SHA for 7d5d36f
1 file changed
cf_remote/web.py
@@ -63,7 +63,6 @@ def has_downloaded_package(path, filename, checksum, insecure):
63
64
65
def download_package(url, path=None, checksum=None, insecure=False):
66
- print(insecure)
67
assert path is None or type(path) is str and len(path) > 0
68
69
if checksum and not SHA256_RE.match(checksum):
0 commit comments