mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Removed shortcut saving print
This commit is contained in:
parent
864c0e84de
commit
5f41ea6bf8
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ bool EditorSettings::_get(const StringName& p_name,Variant &r_ret) const {
|
|||
continue; //not changed from default, don't save
|
||||
}
|
||||
|
||||
print_line("SAVING: "+E->key());
|
||||
arr.push_back(E->key());
|
||||
arr.push_back(sc->get_shortcut());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue