From 1c57a1bb2a3131a6e79dbc45d4b9f4b6a98ca556 Mon Sep 17 00:00:00 2001 From: quix0r Date: Wed, 25 Nov 2009 18:17:24 +0000 Subject: [PATCH] Logging removed --- inc/wrapper-functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 01accde60d..cf854bf284 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -758,7 +758,6 @@ function isUserDataValid () { // Setter for current userid function setCurrentUserId ($userid) { - logDebugMessage(__FUNCTION__, __LINE__, 'userid='.$userid); $GLOBALS['current_userid'] = bigintval($userid); } -- 2.39.5