From 40ed7e48d0e4a1f000efbd03d19a4eebe9b8e2f6 Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Thu, 22 Apr 2021 00:56:31 +0200 Subject: [PATCH] remove prints --- core/odin/printer/printer.odin | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/odin/printer/printer.odin b/core/odin/printer/printer.odin index 1515ae4e2..c0d39f4ba 100644 --- a/core/odin/printer/printer.odin +++ b/core/odin/printer/printer.odin @@ -492,9 +492,6 @@ align_var_decls :: proc(p: ^Printer) { continue; } - fmt.println(line); - fmt.println(largest_rhs); - if line_index != current_line + 1 || typed != current_typed || not_mutable != current_not_mutable { if p.config.align_style == .Align_On_Colon_And_Equals || !current_typed || current_not_mutable {