diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-29 19:06:43 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-29 19:06:43 +0100 |
commit | 90378e8ef8647807a348541a65a908da6656ce1b (patch) | |
tree | 977d5e56eb2709d0c556d80b0e248c520511e595 | |
parent | ffe6d20dc046fdfe490ba03b93a0bac32af7c4d8 (diff) | |
download | volse-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.
-rw-r--r-- | include/config.php | 2 |
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) |