Skip to content

Commit

Permalink
chore: remove unused printlnt
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 13, 2024
1 parent fc370d5 commit c138967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
}
}
}
Expand Down

0 comments on commit c138967

Please sign in to comment.