From 7d25dcfb68f69196ad720fe53314f3f82c165a55 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Tue, 6 Oct 2009 18:32:56 +0000 Subject: [PATCH] ENH: Removed "print" to debug --- invesalius/reader/dicom.py | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/invesalius/reader/dicom.py b/invesalius/reader/dicom.py index ed6d997..17452ad 100644 --- a/invesalius/reader/dicom.py +++ b/invesalius/reader/dicom.py @@ -1432,9 +1432,6 @@ class Parser(): data = time.strptime(value, "%D/%M/%Y") else: data = time.strptime(value, "%Y%M%d") - - print time.strftime("%d/%M/%Y",data) - return time.strftime("%d/%M/%Y",data) def GetAcquisitionTime(self): @@ -1677,7 +1674,6 @@ if __name__ == "__main__": for i in xrange(1,total+1): filename = "..//data//"+str(i)+".dcm" - print "\nfilename:", filename parser = Parser() if parser.SetFileName(filename): print "p:", parser.GetPatientName() -- libgit2 0.21.2