aboutsummaryrefslogtreecommitdiffstats
path: root/include/plugin.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-01 13:41:51 -0800
committerfriendica <info@friendica.com>2013-12-01 13:41:51 -0800
commitfefc44660f0fe75dbdaa61df73fd5eca18d68fb0 (patch)
tree07e47f4240dad1a697cd541175c6be3b1291ad62 /include/plugin.php
parentd43118fdcfe1d4f89698ead0d3324ca81695cf4a (diff)
downloadvolse-hubzilla-fefc44660f0fe75dbdaa61df73fd5eca18d68fb0.tar.gz
volse-hubzilla-fefc44660f0fe75dbdaa61df73fd5eca18d68fb0.tar.bz2
volse-hubzilla-fefc44660f0fe75dbdaa61df73fd5eca18d68fb0.zip
remove hook logging - too noisy
Diffstat (limited to 'include/plugin.php')
-rwxr-xr-xinclude/plugin.php2
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));
}