Skip to content

Commit 30272ee

Browse files
Update set_groups_ek80.py
1 parent 0aa3a22 commit 30272ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

echopype/convert/set_groups_ek80.py

-1
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,6 @@ def set_vendor(self) -> xr.Dataset:
13611361
for p in cal_params:
13621362
if p in config[ch_id]["calibration"]: # only for parameters that exist in dict
13631363
param_dict[p] = (["cal_frequency"], config[ch_id]["calibration"][p])
1364-
print(config[ch_id]["calibration"]["frequency"])
13651364
ds_ch = xr.Dataset(
13661365
data_vars=param_dict,
13671366
coords={

0 commit comments

Comments
 (0)