You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Remove funny output during when exporting a project or loading Godot Engine
This commit is contained in:
@@ -421,7 +421,7 @@ void ProjectExportDialog::_export_action(const String &p_file) {
|
||||
|
||||
while (true) {
|
||||
|
||||
print_line("TESTING: " + location.plus_file("engine.cfg"));
|
||||
print_line("Loading engine file: " + location.plus_file("engine.cfg"));
|
||||
if (FileAccess::exists(location.plus_file("engine.cfg"))) {
|
||||
|
||||
error->set_text(TTR("Please export outside the project folder!"));
|
||||
|
||||
Reference in New Issue
Block a user