Skip to content

Commit c3b7449

Browse files
author
Franziska Geiger
committed
Deleted log print statements
1 parent fa2ea7c commit c3b7449

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -522,16 +522,13 @@ def install_from_pypi(package, extra_opts=[]):
522522
pass
523523
else:
524524
for url_info in urls:
525-
print("The url in list:" ,url_info)
526525
if url_info["python_version"] == "source":
527526
url = url_info["url"]
528527
break
529528

530529
if url:
531-
print('The url:' , url)
532530
tempdir = tempfile.mkdtemp()
533531
filename = url.rpartition("/")[2]
534-
print('Filename',filename)
535532
system("curl -L -o %s/%s %s" % (tempdir, filename, url), msg="Download error")
536533
dirname = None
537534
if filename.endswith(".zip"):

0 commit comments

Comments
 (0)