Commit 9861b0f0ec1341bd9b7d0562f284551d0b34c1bd

Authored by tfmoraes
1 parent 799862d4

STYLE: Removed a print in thread that reads the dicoms

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
invesalius/reader/dicom_reader.py
@@ -81,7 +81,6 @@ class LoadDicom(threading.Thread): @@ -81,7 +81,6 @@ class LoadDicom(threading.Thread):
81 q = self.q 81 q = self.q
82 while 1: 82 while 1:
83 filepath = q.get() 83 filepath = q.get()
84 - print "thread %s consumed %s" % (self.getName(), filepath)  
85 if not filepath: 84 if not filepath:
86 break 85 break
87 parser = dicom.Parser() 86 parser = dicom.Parser()