소스 검색

Remove debug print

gingerBill 3 주 전
부모
커밋
46d4f22ef4
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/checker.cpp

+ 0 - 2
src/checker.cpp

@@ -6834,8 +6834,6 @@ gb_internal void handle_raddbg_type_view(Checker *c, RaddbgTypeView const &type_
 
 			s = gb_string_appendc(s, ")");
 
-
-			gb_printf_err("%s\n", s);
 			view = make_string((u8 const *)s, gb_string_length(s));
 		}
 	}