remove prints

This commit is contained in:
Daniel Gavin
2021-04-22 00:56:31 +02:00
parent ab53900c95
commit 40ed7e48d0

View File

@@ -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 {