aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-09-29 19:06:43 +0100
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-09-29 19:06:43 +0100
commit90378e8ef8647807a348541a65a908da6656ce1b (patch)
tree977d5e56eb2709d0c556d80b0e248c520511e595 /include/config.php
parentffe6d20dc046fdfe490ba03b93a0bac32af7c4d8 (diff)
downloadvolse-hubzilla-90378e8ef8647807a348541a65a908da6656ce1b.tar.gz
volse-hubzilla-90378e8ef8647807a348541a65a908da6656ce1b.tar.bz2
volse-hubzilla-90378e8ef8647807a348541a65a908da6656ce1b.zip
Silence insanely noisy log - should probably stick this in a dlogger
if we need it - we're getting literally hundreds of thousands of these.
Diffstat (limited to 'include/config.php')
-rw-r--r--include/config.php2
1 files changed, 1 insertions, 1 deletions
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)