Removed some debug print messages.

这个提交包含在:
Craig Warren
2018-08-29 14:34:45 +01:00
父节点 9d9890aa2a
当前提交 407f7f07ea

查看文件

@@ -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: