Skip to content

Commit 31a483c

Browse files
committed
Suppress output message
1 parent 216a066 commit 31a483c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schimpy/station.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def read_flux_out(fpath, names, reftime):
556556
names=["time"] + names,
557557
dtype="d",
558558
)
559-
print("ref",reftime)
559+
#print("ref",reftime)
560560
if reftime is not None:
561561
dtsec = round((data.index[1] - data.index[0])*86400)
562562
freqstr = f"{dtsec}s"

0 commit comments

Comments
 (0)