From 0fbe028ecce421253378b60a96e9edb999b85d48 Mon Sep 17 00:00:00 2001 From: quix0r Date: Fri, 26 Aug 2011 01:54:31 +0000 Subject: [PATCH] Noisy debug line commented out --- inc/sql-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/sql-functions.php b/inc/sql-functions.php index d0f720ed05..fae901b273 100644 --- a/inc/sql-functions.php +++ b/inc/sql-functions.php @@ -189,7 +189,7 @@ function getInsertSqlFromArray ($array, $tableName) { // Walk through all entries foreach (postRequestArray() as $key => $value) { // Log debug message - /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'tableName=' . $tableName . ',key=' . $key . ',value=' . $value); + //* NOISY-DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'tableName=' . $tableName . ',key=' . $key . ',value=' . $value); // Add all entries if (is_null($value)) { -- 2.39.5