From 90378e8ef8647807a348541a65a908da6656ce1b Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 29 Sep 2014 19:06:43 +0100 Subject: Silence insanely noisy log - should probably stick this in a dlogger if we need it - we're getting literally hundreds of thousands of these. --- include/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.php b/include/config.php index a77801717..3292059d1 100644 --- a/include/config.php +++ b/include/config.php @@ -248,7 +248,7 @@ function load_pconfig($uid) { * @return mixed Stored value or false if it does not exist */ function get_pconfig($uid, $family, $key, $instore = false) { - logger('include/config.php: get_pconfig() deprecated instore param used', LOGGER_DEBUG); +// logger('include/config.php: get_pconfig() deprecated instore param used', LOGGER_DEBUG); global $a; if($uid === false) -- cgit v1.2.3