From: Roland Häder Date: Fri, 26 Aug 2011 01:54:31 +0000 (+0000) Subject: Noisy debug line commented out X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=798d1b4557e774a74b7d8e3795dad2a46532b592;p=mailer.git Noisy debug line commented out --- 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)) {