]> git.mxchange.org Git - mailer.git/commitdiff
Noisy debug line commented out
authorRoland Häder <roland@mxchange.org>
Fri, 26 Aug 2011 01:54:31 +0000 (01:54 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 26 Aug 2011 01:54:31 +0000 (01:54 +0000)
inc/sql-functions.php

index d0f720ed05bb23d7b232c755c02bc9a51c51db8e..fae901b2733c39f2ef10059e8474e31e79648685 100644 (file)
@@ -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)) {