mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 03:04:23 +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:
|
||||
redefined = re.compile(setting)
|
||||
found = redefined.search(self._content)
|
||||
print(f"using exp setting {setting}")
|
||||
yield Diagnostic(
|
||||
file=self._file,
|
||||
diagnostic_name="diagnostic-definition-experimental-setting",
|
||||
|
Loading…
x
Reference in New Issue
Block a user