diff --git a/pipe/extract.py b/pipe/extract.py index 663a1cd..42b674c 100644 --- a/pipe/extract.py +++ b/pipe/extract.py @@ -141,7 +141,6 @@ def read_matfiles(self, specpath: Path, if DataKind.NSD in datakinds: row["nsd"] = matdata["NSD"].tolist() if DataKind.NCNT in datakinds: - print(matdata["NCNT"]) row["ncnt"] = matdata["NCNT"].astype(float).tolist() if DataKind.SPEC in datakinds: spectra = np.array(matdata["SP"][0])