quieten permanent error-log

This commit is contained in:
Ralf Becker 2014-01-10 09:01:41 +00:00
parent 5ec887d70d
commit 6927f61614

View File

@ -447,7 +447,7 @@ class translation
{
$etag = md5(json_encode(egw_cache::getCache(egw_cache::INSTANCE, __CLASS__, $_app.':'.$_lang)));
}
error_log(__METHOD__."('$_app', '$_lang') returning '$etag'");
//error_log(__METHOD__."('$_app', '$_lang') returning '$etag'");
return $etag;
}