From 06b76ac1ee9d8f607d944ce9757ebe40adefcf2a Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Thu, 17 Mar 2022 10:55:18 +0100 Subject: Forgot to remove printf... --- src/odin/printer/visit.odin | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/odin/printer/visit.odin b/src/odin/printer/visit.odin index bf79d42..9a33933 100644 --- a/src/odin/printer/visit.odin +++ b/src/odin/printer/visit.odin @@ -528,9 +528,7 @@ visit_attributes :: proc(p: ^Printer, attributes: ^[dynamic]^ast.Attribute, pos: @(private) visit_state_flags :: proc(p: ^Printer, flags: ast.Node_State_Flags) -> ^Document { - fmt.println("called", flags) if .No_Bounds_Check in flags { - fmt.println("IIIN") return cons(text("#no_bounds_check"), break_with_no_newline()) } return empty() -- cgit v1.2.3