]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysqli.php
Commented out noisy debug line
[mailer.git] / inc / db / lib-mysqli.php
index 9a1be873010ff6d78a9cef318bfa8739c8d03437..56f104cf367dd75fc9a8d851434667339434a92c 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 function sqlQuery ($sqlString, $file, $line, $enableCodes = TRUE) {
        // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__][$sqlString])) {
-               /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called: ' . $sqlString);
+               //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called: ' . $sqlString);
 
                // Trim SQL string
                $sqlStringModified = trim($sqlString);