Browse Source

remove an extra line

reduz 9 years ago
parent
commit
101fe4b845
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/translation.cpp

+ 1 - 1
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);