Commit 0d8abc235772b69c420b714937bc51096203379a
1 parent
08f6678f
Exists in
master
and in
6 other branches
ENH: Removed print
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
invesalius/reader/dicom.py
@@ -1351,7 +1351,6 @@ class Parser(): | @@ -1351,7 +1351,6 @@ class Parser(): | ||
1351 | ds = self.gdcm_reader.GetFile().GetDataSet() | 1351 | ds = self.gdcm_reader.GetFile().GetDataSet() |
1352 | if ds.FindDataElement(tag): | 1352 | if ds.FindDataElement(tag): |
1353 | data = str(ds.GetDataElement(tag).GetValue()) | 1353 | data = str(ds.GetDataElement(tag).GetValue()) |
1354 | - print data | ||
1355 | if (data): | 1354 | if (data): |
1356 | return float(data) | 1355 | return float(data) |
1357 | return 0 | 1356 | return 0 |