Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMortier committed Sep 19, 2024
1 parent 898c203 commit dd37c13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aprofiles/cli/utils/json_climatology.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ def compute_climatology(basedir, station_id, variables, aerosols_only):
if station_id in file and file.endswith(".nc"):
station_files.append(os.path.join(root, file))

print(station_files)

try:
# open dataset with xarray
ds = xr.open_mfdataset(station_files, parallel=False, decode_times=False)
Expand Down

0 comments on commit dd37c13

Please sign in to comment.