commented out a debuggin call that produced a bit too much noise in the logs

2022.09-rc
Tobias Diekershoff 2015-08-27 09:17:28 +02:00
rodzic 2e09ce6847
commit 257a600e2a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -173,7 +173,7 @@ function call_hooks($name, &$data = null) {
@include_once($hook[0]);
if(function_exists($hook[1])) {
$func = $hook[1];
logger($name." => ".$hook[0].":".$func."()", LOGGER_DEBUG);
//logger($name." => ".$hook[0].":".$func."()", LOGGER_DEBUG);
$func($a,$data);
}
else {