We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb7b73 commit a42e85aCopy full SHA for a42e85a
1 file changed
transfers/util.py
@@ -66,7 +66,6 @@ def estimate_measuring_point_height(
66
) -> tuple[float, str, datetime | None]:
67
mph = row.MPHeight
68
mph_desc = row.MeasuringPoint
69
- print(row.keys())
70
df = self._df[self._df["PointID"] == row.PointID]
71
df = df.sort_values("DateMeasured")
72
if mph is None:
0 commit comments