mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-30 22:12:01 +08:00
removed debug prints
CURA-1263
This commit is contained in:
parent
bbf5c73dae
commit
fcd4fb86f5
@ -88,17 +88,14 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
||||
self._dialog.waitForClose()
|
||||
if self._dialog.getResult() == {}:
|
||||
return WorkspaceReader.PreReadResult.cancelled
|
||||
|
||||
result = self._dialog.getResult()
|
||||
# If there is no conflict, ignore the data.
|
||||
print("beep", result)
|
||||
if not machine_conflict:
|
||||
result["machine"] = None
|
||||
if not quality_changes_conflict:
|
||||
result["quality_changes"] = None
|
||||
|
||||
|
||||
self._resolve_strategies = result
|
||||
print("STRATEGY WAS", self._resolve_strategies)
|
||||
|
||||
return WorkspaceReader.PreReadResult.accepted
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user