소스 검색

remove prints

Daniel Gavin 4 년 전
부모
커밋
40ed7e48d0
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      core/odin/printer/printer.odin

+ 0 - 3
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 {