Skip to content

Commit a42e85a

Browse files
committed
feat: remove debug print statement from utility function in transfer process
1 parent 4cb7b73 commit a42e85a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

transfers/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def estimate_measuring_point_height(
6666
) -> tuple[float, str, datetime | None]:
6767
mph = row.MPHeight
6868
mph_desc = row.MeasuringPoint
69-
print(row.keys())
7069
df = self._df[self._df["PointID"] == row.PointID]
7170
df = df.sort_values("DateMeasured")
7271
if mph is None:

0 commit comments

Comments
 (0)