Remove verbose log

This commit is contained in:
Laurent Destailleur 2018-03-13 18:13:31 +01:00
parent 60283a8205
commit a86da671ba

View File

@ -205,7 +205,7 @@ class Translate
// Check cache // Check cache
if (! empty($this->_tab_loaded[$newdomain])) // File already loaded for this domain if (! empty($this->_tab_loaded[$newdomain])) // File already loaded for this domain
{ {
dol_syslog("Translate::Load already loaded for newdomain=".$newdomain); //dol_syslog("Translate::Load already loaded for newdomain=".$newdomain);
return 0; return 0;
} }