summaryrefslogtreecommitdiffstats
path: root/tools/editor/editor_settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/editor_settings.cpp')
-rw-r--r--tools/editor/editor_settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp
index 6d3384d0f7..e09e090b16 100644
--- a/tools/editor/editor_settings.cpp
+++ b/tools/editor/editor_settings.cpp
@@ -321,7 +321,7 @@ void EditorSettings::scan_plugins() {
d->list_dir_begin();
String base = d->get_current_dir();
- print_line("list diring on: "+base);
+ //print_line("list diring on: "+base);
while(true) {
String p = d->get_next();
if (p=="")