From e6a711282ad9b918cb9dd9965abff75a7c3b6b43 Mon Sep 17 00:00:00 2001 From: Julian Murgia - StraToN Date: Thu, 30 Jul 2015 00:10:21 +0200 Subject: Damnit, forgot one more debug line >< --- tools/editor/editor_node.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 3f30e85272..7d8261dac6 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -1645,7 +1645,6 @@ void EditorNode::_run(bool p_current,const String& p_custom) { } if (bool(EDITOR_DEF("run/always_clear_output_on_play", true))) { - print_line("Setting option was set to ON -> clearing"); log->clear(); } -- cgit v1.2.3