Skip to content

Commit

Permalink
GitHub Issue #3 part 2
Browse files Browse the repository at this point in the history
Removed unneccessary print statements that were used in debugging.
  • Loading branch information
Minna Win committed Jun 14, 2017
1 parent 13b87c5 commit 7b6e43e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ush/series_by_lead.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,6 @@ def get_netcdf_min_max(fhr_by_range, nc_var_files, cur_stat, p, logger):
if fhr_by_range:
match = re.match(r'(.*/series_F[0-9]{3})/series_F[0-9]{3}.*nc', cur_nc)
else:
print("fhr by bucket")
match = re.match(r'(.*/series_F[0-9]{3}_to_F[0-9]{3})/series_F[0-9]{3}_to_F[0-9]{3}.*nc', cur_nc)
if match:
base_nc_dir = match.group(1)
Expand Down Expand Up @@ -930,7 +929,6 @@ def get_netcdf_min_max(fhr_by_range, nc_var_files, cur_stat, p, logger):
"]| cannot open the max text file")
logger.error(msg)

print("min {} max {} ".format(VMIN, VMAX))
# Clean up min.nc, min.txt, max.nc and max.txt temporary files.
cleanup_temporary_files(min_temporary_files)
cleanup_temporary_files(max_temporary_files)
Expand Down

0 comments on commit 7b6e43e

Please sign in to comment.