mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:29:04 +08:00
Remove commented code
Contributes to issues CURA-1278 and CURA-1588.
This commit is contained in:
parent
6fcba4cdde
commit
e94220f46d
@ -166,7 +166,6 @@ class CuraEngineBackend(Backend):
|
|||||||
self._process.terminate()
|
self._process.terminate()
|
||||||
Logger.log("d", "Engine process is killed. Received return code %s", self._process.wait())
|
Logger.log("d", "Engine process is killed. Received return code %s", self._process.wait())
|
||||||
self._process = None
|
self._process = None
|
||||||
#self._createSocket() # Re create the socket
|
|
||||||
except Exception as e: # terminating a process that is already terminating causes an exception, silently ignore this.
|
except Exception as e: # terminating a process that is already terminating causes an exception, silently ignore this.
|
||||||
Logger.log("d", "Exception occurred while trying to kill the engine %s", str(e))
|
Logger.log("d", "Exception occurred while trying to kill the engine %s", str(e))
|
||||||
if self._message:
|
if self._message:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user