]> git.mxchange.org Git - mailer.git/commitdiff
Commented out noisy debug lines
authorRoland Häder <roland@mxchange.org>
Thu, 4 Oct 2012 18:34:20 +0000 (18:34 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 4 Oct 2012 18:34:20 +0000 (18:34 +0000)
inc/config-functions.php
inc/wrapper-functions.php
index.php

index 84f442bb553ff2ce1eda957eb2ea5434d508ec50..87c8e28d8b0ed746ab299d87ff1ccbb570b229b0 100644 (file)
@@ -276,7 +276,7 @@ function updateConfiguration ($entries, $values, $updateMode = '', $config = '0'
        // Do not update config in CSS mode
        if ((isCssOutputMode()) || (isRawOutputMode()) || (isInstallationPhase())) {
                // This logger line may be very noisy
        // Do not update config in CSS mode
        if ((isCssOutputMode()) || (isRawOutputMode()) || (isInstallationPhase())) {
                // This logger line may be very noisy
-               /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Not updating configuration. entries[]=' . gettype($entries) . ',values[]=' . gettype($values) . ',updateMode=' . $updateMode . ',config=' . $config . ',isCssOutputMode()=' . intval(isCssOutputMode()) . ',isRawOutputMode()=' . intval(isRawOutputMode()) . ',isInstallationPhase()=' . intval(isInstallationPhase()));
+               //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Not updating configuration. entries[]=' . gettype($entries) . ',values[]=' . gettype($values) . ',updateMode=' . $updateMode . ',config=' . $config . ',isCssOutputMode()=' . intval(isCssOutputMode()) . ',isRawOutputMode()=' . intval(isRawOutputMode()) . ',isInstallationPhase()=' . intval(isInstallationPhase()));
                return;
        } // END - if
 
                return;
        } // END - if
 
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;
index 3e3caeed41abf38a0b3796fc370820fdff53e902..a07f405aa42d578f40957f51a322205afa290ffb 100644 (file)
--- a/index.php
+++ b/index.php
@@ -37,7 +37,7 @@
  ************************************************************************/
 
 // XDEBUG call
  ************************************************************************/
 
 // XDEBUG call
-/* DEBUG: */ xdebug_start_trace();
+//* DEBUG: */ xdebug_start_trace();
 
 // Load security stuff here
 require('inc/libs/security_functions.php');
 
 // Load security stuff here
 require('inc/libs/security_functions.php');