diff --git a/chapi-ast-python/src/main/kotlin/chapi/ast/pythonast/PythonFullIdentListener.kt b/chapi-ast-python/src/main/kotlin/chapi/ast/pythonast/PythonFullIdentListener.kt index 28457097..3c82c7bf 100644 --- a/chapi-ast-python/src/main/kotlin/chapi/ast/pythonast/PythonFullIdentListener.kt +++ b/chapi-ast-python/src/main/kotlin/chapi/ast/pythonast/PythonFullIdentListener.kt @@ -116,7 +116,7 @@ class PythonFullIdentListener(var fileName: String) : PythonAstBaseListener() { this.buildExprStmt(smallStmtCtx) } else -> { - println("enterSimple_stmt ->${smallStmtCtx::class.java.simpleName}") +// println("enterSimple_stmt ->${smallStmtCtx::class.java.simpleName}") } } }