Remove duplicate ERR_PRINT macro.
This commit is contained in:
parent
2b1084fab3
commit
5af3b4ca27
76 changed files with 173 additions and 178 deletions
|
|
@ -3217,7 +3217,7 @@ Ref<JSONParseResult> _JSON::parse(const String &p_json) {
|
|||
result->error = JSON::parse(p_json, result->result, result->error_string, result->error_line);
|
||||
|
||||
if (result->error != OK) {
|
||||
ERR_PRINTS(vformat("Error parsing JSON at line %s: %s", result->error_line, result->error_string));
|
||||
ERR_PRINT(vformat("Error parsing JSON at line %s: %s", result->error_line, result->error_string));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue