From 407f7f07ea4f51cf70ed7b36bfdd4970f1eafdf4 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 29 Aug 2018 14:34:45 +0100 Subject: [PATCH] Removed some debug print messages. --- tools/plot_Ascan.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/plot_Ascan.py b/tools/plot_Ascan.py index bee92a4d..c23ba4fc 100644 --- a/tools/plot_Ascan.py +++ b/tools/plot_Ascan.py @@ -48,8 +48,6 @@ def mpl_plot(filename, outputs=Rx.defaultoutputs, fft=False): dt = f.attrs['dt'] iterations = f.attrs['Iterations'] time = np.linspace(0, (iterations - 1) * dt, num=iterations) - print(time[0], time[1], time[-1]) - print(time.size) # Check there are any receivers if nrx == 0: