mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Remove debug output
CURA-10899
This commit is contained in:
parent
35a5abc66d
commit
c937b1d4db
@ -109,7 +109,6 @@ class Definition(Linter):
|
|||||||
if setting in self._experimental_settings:
|
if setting in self._experimental_settings:
|
||||||
redefined = re.compile(setting)
|
redefined = re.compile(setting)
|
||||||
found = redefined.search(self._content)
|
found = redefined.search(self._content)
|
||||||
print(f"using exp setting {setting}")
|
|
||||||
yield Diagnostic(
|
yield Diagnostic(
|
||||||
file=self._file,
|
file=self._file,
|
||||||
diagnostic_name="diagnostic-definition-experimental-setting",
|
diagnostic_name="diagnostic-definition-experimental-setting",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user