Skip to content
Snippets Groups Projects
Unverified Commit e1c04a41 authored by David Hoese's avatar David Hoese
Browse files

Remove unnecessary print statement

parent f3f5ac6d
No related branches found
No related tags found
No related merge requests found
...@@ -449,7 +449,6 @@ each input file is mapped to the corresponding output file. ...@@ -449,7 +449,6 @@ each input file is mapped to the corresponding output file.
success = False success = False
for in_files, out_fn in zip(args.input_files, args.output_files): for in_files, out_fn in zip(args.input_files, args.output_files):
try: try:
print(in_files, out_fn)
create_giant_netcdf(in_files, out_fn, args.zlib, create_giant_netcdf(in_files, out_fn, args.zlib,
args.chunk_size, args.start_time, args.chunk_size, args.start_time,
args.end_time, args.interval, args.end_time, args.interval,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment