aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorJulian Murgia - StraToN2015-07-30 00:10:21 +0200
committerJulian Murgia - StraToN2015-07-30 00:10:21 +0200
commite6a711282ad9b918cb9dd9965abff75a7c3b6b43 (patch)
tree89e47fc22d36fb30612ca80421730fb51105ab3e /tools/editor/editor_node.cpp
parent6e608bd4995a632a2ca62abcf502c1a55edd6808 (diff)
downloadgodot-e6a711282ad9b918cb9dd9965abff75a7c3b6b43.tar.gz
godot-e6a711282ad9b918cb9dd9965abff75a7c3b6b43.tar.zst
godot-e6a711282ad9b918cb9dd9965abff75a7c3b6b43.zip
Damnit, forgot one more debug line ><
Diffstat (limited to '')
-rw-r--r--tools/editor/editor_node.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index 3f30e8527..7d8261dac 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();
}