You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Removed shortcut saving print
This commit is contained in:
@@ -115,7 +115,6 @@ bool EditorSettings::_get(const StringName& p_name,Variant &r_ret) const {
|
|||||||
continue; //not changed from default, don't save
|
continue; //not changed from default, don't save
|
||||||
}
|
}
|
||||||
|
|
||||||
print_line("SAVING: "+E->key());
|
|
||||||
arr.push_back(E->key());
|
arr.push_back(E->key());
|
||||||
arr.push_back(sc->get_shortcut());
|
arr.push_back(sc->get_shortcut());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user