mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:09:00 +08:00
Remove debug statements
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
36f2deea1d
commit
afe3f54167
@ -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…
x
Reference in New Issue
Block a user