remove hook logging - too noisy

This commit is contained in:
friendica 2013-12-01 13:41:51 -08:00
parent d43118fdcf
commit fefc44660f

View File

@ -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));
} }