mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-03 02:21:49 -07:00
Remove debug code
This commit is contained in:
@@ -753,7 +753,7 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
|
||||
field_name = field_arg->tav.value.value_string;
|
||||
}
|
||||
if (field_name.len == 0) {
|
||||
error(field_arg, "Expected a constant (non-empty) string for field argument: %d", field_arg->tav.value.kind);
|
||||
error(field_arg, "Expected a constant (non-empty) string for field argument");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user