Skip to content

Commit

Permalink
abf: remove noisy debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Sep 17, 2024
1 parent f6019ae commit 2274ee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyabf/abf.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ def _readHeadersV2(self, fb: BufferedReader):
if hasattr(self, "_synchArraySection"):
variableDataPointCount = sum(self._synchArraySection.lLength)
if (variableDataPointCount > 0 and variableDataPointCount != self.dataPointCount):
print(f"Changing {self.dataPointCount:,} to {variableDataPointCount:,}")
self.dataPointCount = variableDataPointCount

# tags
Expand Down

0 comments on commit 2274ee1

Please sign in to comment.