mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 08:26:07 +08:00
Remove debug message
This commit is contained in:
parent
8b3b3e5076
commit
5d531a7a00
@ -115,7 +115,6 @@ class WorkerThread(threading.Thread):
|
|||||||
self.start()
|
self.start()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
print sliceRun.getSliceCommand(self.filename)
|
|
||||||
p = subprocess.Popen(sliceRun.getSliceCommand(self.filename), stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
p = subprocess.Popen(sliceRun.getSliceCommand(self.filename), stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
||||||
line = p.stdout.readline()
|
line = p.stdout.readline()
|
||||||
maxValue = 1
|
maxValue = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user