Skip to content

Commit

Permalink
Remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGavin committed Sep 21, 2023
1 parent 2a1d8a2 commit e907cd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/odin/printer/visit.odin
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ is_assign_statement_ending_with_call :: proc(stmt: ^ast.Stmt) -> bool {
#partial switch v in
assign_stmt.rhs[len(assign_stmt.rhs) - 1].derived {
case ^ast.Call_Expr, ^ast.Selector_Call_Expr:
fmt.println("TRUE")
return true
}
}
Expand Down

0 comments on commit e907cd5

Please sign in to comment.