You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Remove duplicate ERR_PRINTS macro
This commit is contained in:
@@ -3053,7 +3053,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user