diff --git a/OscCommentMacroListener.py b/OscCommentMacroListener.py index 0534d33..2c6db5e 100644 --- a/OscCommentMacroListener.py +++ b/OscCommentMacroListener.py @@ -92,7 +92,7 @@ class OscCommentMacroListener(CommentMacroListener): def enterStatement(self, ctx: CommentMacroParser.StatementContext): # print the lisp tree of this macro lisp_tree_str = ctx.toStringTree(recog=ctx.parser) - logger.info(beautify_lisp_string(lisp_tree_str)) + logger.debug(beautify_lisp_string(lisp_tree_str)) def enterTarget(self, ctx: CommentMacroParser.TargetContext): ctx.targets = []