mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Remove debug statements
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
36f2deea1d
commit
afe3f54167
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ class GcodeStartEndFormatter(Formatter):
|
||||||
setting_function = SettingFunction(expression)
|
setting_function = SettingFunction(expression)
|
||||||
value = setting_function(container_stack, additional_variables=additional_variables)
|
value = setting_function(container_stack, additional_variables=additional_variables)
|
||||||
|
|
||||||
print("value", value)
|
|
||||||
print("expression", expression)
|
|
||||||
|
|
||||||
return value
|
return value
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue