浏览代码

Remove debug print

Tetralux 2 年之前
父节点
当前提交
ef99d03f21
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/check_stmt.cpp

+ 0 - 1
src/check_stmt.cpp

@@ -1293,7 +1293,6 @@ gb_internal void check_type_switch_stmt(CheckerContext *ctx, Ast *node, u32 mod_
 		for (Type *t : variants) {
 			if (!type_ptr_set_exists(&seen, t)) {
 				array_add(&unhandled, t);
-				gb_printf_err("HERE: %p %s\n", t, type_to_string(t));
 			}
 		}