diff --git a/invesalius/reader/dicom_reader.py b/invesalius/reader/dicom_reader.py index bf8f6f6..6d64b49 100644 --- a/invesalius/reader/dicom_reader.py +++ b/invesalius/reader/dicom_reader.py @@ -81,7 +81,6 @@ class LoadDicom(threading.Thread): q = self.q while 1: filepath = q.get() - print "thread %s consumed %s" % (self.getName(), filepath) if not filepath: break parser = dicom.Parser() -- libgit2 0.21.2