Remove debug message
This commit is contained in:
parent
8b3b3e5076
commit
5d531a7a00
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ class WorkerThread(threading.Thread):
|
|||
self.start()
|
||||
|
||||
def run(self):
|
||||
print sliceRun.getSliceCommand(self.filename)
|
||||
p = subprocess.Popen(sliceRun.getSliceCommand(self.filename), stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
||||
line = p.stdout.readline()
|
||||
maxValue = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue