remove hook logging - too noisy
This commit is contained in:
parent
d43118fdcf
commit
fefc44660f
@ -197,7 +197,7 @@ function load_hooks() {
|
|||||||
$a->hooks[$rr['hook']][] = array($rr['file'],$rr['function']);
|
$a->hooks[$rr['hook']][] = array($rr['file'],$rr['function']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
logger('hooks: ' . print_r($a->hooks,true));
|
//logger('hooks: ' . print_r($a->hooks,true));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user