Skip to content

Commit c8cce01

Browse files
committed
remove debug print
1 parent f4979c7 commit c8cce01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/bootstrap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def _download(path, url, probably_big, verbose, exception):
102102

103103
try:
104104
if has_wget():
105-
eprint("using wget!!");
106105
run(["wget", "--show-progress", "-O", path, "url"],
107106
verbose=verbose,
108107
exception=True,

0 commit comments

Comments
 (0)