Merge pull request #1862 from tobiasd/20150827-littlelessdebug
commented out a debugging call that produced a bit too much noise in t…
This commit is contained in:
commit
6d9d34ab54
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user