summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2016-07-09 19:57:38 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2016-07-09 19:57:38 +0100
commit5f41ea6bf8b75afbde201df7a11de01196cc0e39 (patch)
tree4109bfba5bcc51cff2469ea8a1341e138df1c9e3
parent864c0e84de9c2a2c5a030ec4ee167f3793e1e962 (diff)
Removed shortcut saving print
-rw-r--r--tools/editor/editor_settings.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp
index 2ce9502293..22cc243e88 100644
--- a/tools/editor/editor_settings.cpp
+++ b/tools/editor/editor_settings.cpp
@@ -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());
}