mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-23 01:51:46 -06:00
Remove debug output
CURA-10899
This commit is contained in:
parent
35a5abc66d
commit
c937b1d4db
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue