mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Remove debugging code
This commit is contained in:
parent
3073d7c349
commit
ac98caee54
1 changed files with 0 additions and 1 deletions
|
@ -1909,7 +1909,6 @@ class CuraApplication(QtApplication):
|
|||
return
|
||||
selection_pass = cast(SelectionPass, self.getRenderer().getRenderPass("selection"))
|
||||
if not selection_pass: # If you right-click before the rendering has been initialised there might not be a selection pass yet.
|
||||
print("--------------ding! Got the crash.")
|
||||
return
|
||||
node = self.getController().getScene().findObject(selection_pass.getIdAtPosition(x, y))
|
||||
if not node:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue