Silence insanely noisy log - should probably stick this in a dlogger

if we need it - we're getting literally hundreds of thousands of these.
This commit is contained in:
Thomas Willingham 2014-09-29 19:06:43 +01:00
parent ffe6d20dc0
commit 90378e8ef8

View File

@ -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)