diff options
| author | reduz | 2015-12-29 14:58:16 -0300 |
|---|---|---|
| committer | reduz | 2015-12-29 14:58:16 -0300 |
| commit | 101fe4b845c9f831498461c4d3dae050f8c159fc (patch) | |
| tree | 7e2cb9658c75b8bb245dd89558b556af6ec628bf /core/translation.cpp | |
| parent | 5063cd7757191d62355f4d1a7bb16abc288f9212 (diff) | |
| download | godot-101fe4b845c9f831498461c4d3dae050f8c159fc.tar.gz godot-101fe4b845c9f831498461c4d3dae050f8c159fc.tar.zst godot-101fe4b845c9f831498461c4d3dae050f8c159fc.zip | |
Diffstat (limited to 'core/translation.cpp')
| -rw-r--r-- | core/translation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/translation.cpp b/core/translation.cpp index bab6cde96..de55224d5 100644 --- a/core/translation.cpp +++ b/core/translation.cpp @@ -626,7 +626,7 @@ bool TranslationServer::_load_translations(const String& p_from) { for(int i=0;i<tcount;i++) { - print_line( "Loading translation from " + r[i] ); + //print_line( "Loading translation from " + r[i] ); Ref<Translation> tr = ResourceLoader::load(r[i]); if (tr.is_valid()) add_translation(tr); |
