Commented out noisy debug line
authorRoland Häder <roland@mxchange.org>
Sun, 19 Jan 2014 13:27:56 +0000 (13:27 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 19 Jan 2014 13:27:56 +0000 (13:27 +0000)
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])) {
 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);
 
                // Trim SQL string
                $sqlStringModified = trim($sqlString);