]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Commented out noisy debug lines
[mailer.git] / inc / wrapper-functions.php
index fda7b2a4c04a5ad6364d213f09f6be2162d49f63..4079b8fef9c991461b2cb71a3e693dfadceba7d7 100644 (file)
@@ -972,8 +972,8 @@ function getUserDataArray () {
 function isUserDataValid () {
        // User id should not be zero so abort here
        if (!isCurrentUserIdSet()) {
 function isUserDataValid () {
        // User id should not be zero so abort here
        if (!isCurrentUserIdSet()) {
-               // Debug message
-               /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'isCurrentUserIdSet()=false - ABORTING!');
+               // Debug message, may be noisy
+               //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'isCurrentUserIdSet()=false - ABORTING!');
 
                // Abort here
                return false;
 
                // Abort here
                return false;