浏览代码

Remove debug message

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

+ 0 - 1
src/check_expr.cpp

@@ -3529,7 +3529,6 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
 				gb_string_free(str);
 				return false;
 			}
-			gb_printf_err("%s %d\n", expr_to_string(operand->expr), operand->mode);
 			if (!operand->value.value_bool) {
 				gbString arg = expr_to_string(ce->args[0]);
 				error(call, "Compile time assertion: %s", arg);