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.
success = False
for in_files, out_fn in zip(args.input_files, args.output_files):
try:
print(in_files, out_fn)
create_giant_netcdf(in_files, out_fn, args.zlib,
args.chunk_size, args.start_time,
args.end_time, args.interval,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment