diff --git a/invesalius/reader/dicom.py b/invesalius/reader/dicom.py index 1035e79..414e53d 100644 --- a/invesalius/reader/dicom.py +++ b/invesalius/reader/dicom.py @@ -1351,7 +1351,6 @@ class Parser(): ds = self.gdcm_reader.GetFile().GetDataSet() if ds.FindDataElement(tag): data = str(ds.GetDataElement(tag).GetValue()) - print data if (data): return float(data) return 0 -- libgit2 0.21.2