Skip to content

Commit

Permalink
Removed print statment because it was annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKalb committed Dec 16, 2023
1 parent 6043b26 commit 4bcf5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metcalcpy/util/write_mpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def write_mpr_file(data_fcst,data_obs,lats_in,lons_in,fcst_lead,fcst_valid,obs_l
"""
Write the file
"""
print('Writing output MPR file: '+full_outfile)
#print('Writing output MPR file: '+full_outfile)
with open(full_outfile, 'w') as mf:
# Write the header
mf.write(format_string % ('VERSION', 'MODEL', 'DESC', 'FCST_LEAD', 'FCST_VALID_BEG', 'FCST_VALID_END',
Expand Down

0 comments on commit 4bcf5cf

Please sign in to comment.