From 87f57a1f795367a086fe5cf178b04b6600ea718e Mon Sep 17 00:00:00 2001 From: Lorenzo Tenti Date: Mon, 14 Mar 2016 18:08:56 +0100 Subject: [PATCH] Deleted debug prints in configure --- configure | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure b/configure index 0f414621..b217cbea 100755 --- a/configure +++ b/configure @@ -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: