Damnit, forgot one more debug line ><

This commit is contained in:
Julian Murgia - StraToN 2015-07-30 00:10:21 +02:00
parent 6e608bd499
commit e6a711282a
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}