Remove duplicate WARN_PRINT macro.
This commit is contained in:
@@ -148,7 +148,7 @@ bool EditorSettings::_get(const StringName &p_name, Variant &r_ret) const {
|
||||
|
||||
const VariantContainer *v = props.getptr(p_name);
|
||||
if (!v) {
|
||||
WARN_PRINTS("EditorSettings::_get - Property not found: " + String(p_name));
|
||||
WARN_PRINT("EditorSettings::_get - Property not found: " + String(p_name));
|
||||
return false;
|
||||
}
|
||||
r_ret = v->variant;
|
||||
|
||||
Reference in New Issue
Block a user