diff options
author | friendica <info@friendica.com> | 2013-12-01 13:41:51 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-01 13:41:51 -0800 |
commit | fefc44660f0fe75dbdaa61df73fd5eca18d68fb0 (patch) | |
tree | 07e47f4240dad1a697cd541175c6be3b1291ad62 /include | |
parent | d43118fdcfe1d4f89698ead0d3324ca81695cf4a (diff) | |
download | volse-hubzilla-fefc44660f0fe75dbdaa61df73fd5eca18d68fb0.tar.gz volse-hubzilla-fefc44660f0fe75dbdaa61df73fd5eca18d68fb0.tar.bz2 volse-hubzilla-fefc44660f0fe75dbdaa61df73fd5eca18d68fb0.zip |
remove hook logging - too noisy
Diffstat (limited to 'include')
-rwxr-xr-x | include/plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin.php b/include/plugin.php index 4d28909d2..5ed2a1736 100755 --- a/include/plugin.php +++ b/include/plugin.php @@ -197,7 +197,7 @@ function load_hooks() { $a->hooks[$rr['hook']][] = array($rr['file'],$rr['function']); } } -logger('hooks: ' . print_r($a->hooks,true)); +//logger('hooks: ' . print_r($a->hooks,true)); } |