mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove duplicate WARN_PRINTS macro
This commit is contained in:
parent
fc95c4d84c
commit
7e03bd1671
37 changed files with 65 additions and 74 deletions
|
@ -814,7 +814,7 @@ void ScriptEditorDebugger::_parse_message(const String &p_msg, const Array &p_da
|
|||
msg_type = EditorLog::MSG_TYPE_ERROR;
|
||||
} break;
|
||||
default: {
|
||||
WARN_PRINTS("Unhandled script debugger message type: " + itos(type));
|
||||
WARN_PRINT("Unhandled script debugger message type: " + itos(type));
|
||||
msg_type = EditorLog::MSG_TYPE_STD;
|
||||
} break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue