mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Removed print() statement
This commit is contained in:
parent
3e8f29d380
commit
8d5a643c9b
1 changed files with 0 additions and 1 deletions
|
|
@ -181,7 +181,6 @@ class PerObjectSettingsTool(Tool):
|
||||||
|
|
||||||
|
|
||||||
def _checkStackForErrors(self, stack):
|
def _checkStackForErrors(self, stack):
|
||||||
print("checking for errors")
|
|
||||||
if stack is None:
|
if stack is None:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue