mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:35:54 +08:00
Remove debug log
CURA-12091
This commit is contained in:
parent
34dcd3801d
commit
19ac42f875
@ -102,8 +102,6 @@ class BackendPlugin(AdditionalSettingDefinitionsAppender, PluginObject):
|
||||
# part of the AppImage and uses the sames libraries
|
||||
plugin_env["APPDIR_MODULE_DIR"] = str(pathlib.Path(validated_plugin_command[0]).parent.absolute())
|
||||
|
||||
Logger.info(plugin_env)
|
||||
|
||||
self._process = subprocess.Popen(validated_plugin_command, env=plugin_env, **popen_kwargs)
|
||||
self._is_running = True
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user