Remove debug message

This commit is contained in:
gingerBill
2024-02-22 18:53:02 +00:00
parent 980947b355
commit 8060e3170e

View File

@@ -4020,7 +4020,7 @@ gb_internal Array<Ast *> convert_to_ident_list(AstFile *f, Array<AstAndFlags> li
default:
syntax_error(ident, "Expected an identifier, %d", ident->kind);
syntax_error(ident, "Expected an identifier");
ident = ast_ident(f, blank_token);
break;
}