You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Make some debug prints verbose-only, remove others
This commit is contained in:
@@ -60,7 +60,6 @@ void ScriptTextEditor::apply_code() {
|
||||
|
||||
if (script.is_null())
|
||||
return;
|
||||
//print_line("applying code");
|
||||
script->set_source_code(code_editor->get_text_edit()->get_text());
|
||||
script->update_exports();
|
||||
_update_member_keywords();
|
||||
|
||||
Reference in New Issue
Block a user