mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
Fix useless debug print
This commit is contained in:
parent
e4288bf728
commit
5504e11fb7
@ -104,14 +104,6 @@ void UndoRedo::create_action(const String &p_name, MergeMode p_mode) {
|
||||
memdelete(obj);
|
||||
}
|
||||
}
|
||||
String s = "removed " + E->get().name + ": ";
|
||||
for (int j = 0; j < VARIANT_ARG_MAX; j++) {
|
||||
if (E->get().args[j].get_type() == Variant::NIL) {
|
||||
break;
|
||||
}
|
||||
s += String(E->get().args[j]);
|
||||
}
|
||||
print_line(s);
|
||||
E->erase();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user