We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c9a54 commit 9fb59f6Copy full SHA for 9fb59f6
1 file changed
tool-support/syntax-highlighting/xtext_grammar_converter.py
@@ -344,7 +344,6 @@ def export_jupyter_syntax_highlighting_files(
344
additional_def_keywords.add(keyword)
345
logging.info(f"additional_def_keywords={sorted(additional_def_keywords)}")
346
347
- logging.info(f"keywords = {self.keywords}")
348
keywords_minus_atoms = list(self.keywords)
349
keywords_minus_atoms.remove("false")
350
keywords_minus_atoms.remove("true")
0 commit comments