]> git.mxchange.org Git - friendica.git/commitdiff
commented out a debuggin call that produced a bit too much noise in the logs
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 27 Aug 2015 07:17:28 +0000 (09:17 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 27 Aug 2015 07:17:28 +0000 (09:17 +0200)
include/plugin.php

index 9dc3ebd407dfe16b6a81121b0ba8e5c45c781100..5a4755c319bd6d06f7014b9e4bc7844523602d1a 100644 (file)
@@ -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 {