From: Roland Häder Date: Wed, 25 Nov 2009 18:17:24 +0000 (+0000) Subject: Logging removed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=88bdd7176f5b4b36aa201a2a17e8d46370b27261 Logging removed --- 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); }