From adcecb531c845fb6ee1c4ac427bddf37459b8d9d Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 12 Nov 2024 15:17:31 -0500 Subject: remove debugging print statement --- qolab/data/trace.py | 1 - 1 file changed, 1 deletion(-) (limited to 'qolab') 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' -- cgit v1.2.3