Skip to content

Commit

Permalink
remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoto committed Apr 5, 2019
1 parent bf41a2f commit dfd932c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bezpy/mt/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ def download_waveforms(self):
self.waveforms["QE"].loc[mask] *= (1000.0/self.runinfo[runid]['Ey'])*(100.0/1000.0) # mV/km

except KeyError:
print(runid)
pass

# Renaming
Expand Down

0 comments on commit dfd932c

Please sign in to comment.