mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: remove tracing println for match branches
This commit is contained in:
parent
978359a6fc
commit
5746ac4dd4
@ -1788,7 +1788,7 @@ pub fn (mut f Fmt) match_expr(it ast.MatchExpr) {
|
||||
mut single_line := true
|
||||
for branch in it.branches {
|
||||
if branch.stmts.len > 1 || branch.pos.line_nr < branch.pos.last_line {
|
||||
println(branch)
|
||||
// println(branch)
|
||||
single_line = false
|
||||
break
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user