You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
Make some debug prints verbose-only, remove others
This commit is contained in:
@@ -1098,7 +1098,6 @@ bool TranslationServer::_load_translations(const String &p_from) {
|
||||
|
||||
for (int i = 0; i < tcount; i++) {
|
||||
|
||||
//print_line( "Loading translation from " + r[i] );
|
||||
Ref<Translation> tr = ResourceLoader::load(r[i]);
|
||||
if (tr.is_valid())
|
||||
add_translation(tr);
|
||||
|
||||
Reference in New Issue
Block a user