10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 15:12:14 +02:00

Deleted debug prints in configure

This commit is contained in:
Lorenzo Tenti 2016-03-14 18:08:56 +01:00
parent e195d9572c
commit 87f57a1f79

6
configure vendored
View File

@ -251,12 +251,6 @@ def checking(d_dependency):
except (OSError,subprocess.CalledProcessError):
default_path = d_info[binary].default_path
if binary == 'f77zmq':
print ' ------------------- '
print ' ------------------- '
print default_path
print ' ------------------- '
print ' ------------------- '
if os.path.exists(default_path):
return default_path
else: