Skip to content

Commit bb3707c

Browse files
author
cproof
committed
version 20 Mar 2026
1 parent 3f64dd3 commit bb3707c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

pyglider/seaexplorer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ def raw_to_timeseries(
464464
"""
465465

466466
deployment = utils._get_deployment(deploymentyaml)
467-
print(deployment)
468467
if replace_attrs:
469468
for att in replace_attrs:
470469
deployment['metadata'][att] = replace_attrs[att]
@@ -480,7 +479,6 @@ def raw_to_timeseries(
480479
sensor = _remove_fill_values(sensor)
481480

482481
# don't use lat/lon if deadreckoned:
483-
print(ncvar)
484482
if not deadreckon:
485483
if not ncvar['latitude']['source'] == 'Lat':
486484
warnings.warn("For deadreckon=False, it is suggested to use 'Lat' as the source for latitude.")

pyglider/slocum.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,10 +906,8 @@ def binary_to_timeseries(
906906
sensors = [time_base]
907907

908908
baseind = None
909-
print(thenames)
910909
for nn, name in enumerate(thenames):
911910
sensorname = ncvar[name]['source']
912-
print(sensorname, time_base)
913911
if not sensorname == time_base:
914912
sensors.append(sensorname)
915913
else:

0 commit comments

Comments
 (0)