aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qolab/data/trace.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qolab/data/trace.py b/qolab/data/trace.py
index d1fb77d..4cfb58f 100644
--- a/qolab/data/trace.py
+++ b/qolab/data/trace.py
@@ -47,7 +47,6 @@ def loadTraceRawHeaderAndData(fname, tryCompressedIfMissing=True):
# we will try to guess if the file compressed
_open = open
compression = infer_compression(fname)
- print(compression)
if compression == "gzip":
# TODO improve detection by reading magic bytes:
# gzip files have first 2 bytes set to b'\x1f\x8b'