Remove debug string

This commit is contained in:
gingerBill
2025-12-15 10:19:59 +00:00
parent 7d46684030
commit aed11c4619

View File

@@ -4390,10 +4390,6 @@ gb_internal void check_binary_expr(CheckerContext *c, Operand *x, Ast *node, Typ
return;
}
if (c->proc_name == "main") {
gb_printf_err("HERE! 1 %s\n", type_to_string(x->type));
}
if (op.kind == Token_Quo && is_type_integer(x->type)) {
op.kind = Token_QuoEq; // NOTE(bill): Hack to get division of integers
}