]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Debug line commented out
[mailer.git] / inc / functions.php
index 010cad850080d80485c4f72b0e44db0ca4d2ecc9..b5d3d1ea39a1d0ffbd13efd3776a65df58fdfeb4 100644 (file)
@@ -922,7 +922,7 @@ function redirectToUrl ($URL) {
        } // END - if
 
        // Three different debug ways...
-       /* DEBUG: */ debug_report_bug(sprintf("%s[%s:] URL=%s", __FUNCTION__, __LINE__, $URL));
+       //* DEBUG: */ debug_report_bug(sprintf("%s[%s:] URL=%s", __FUNCTION__, __LINE__, $URL));
        //* DEBUG: */ DEBUG_LOG(__FUNCTION__, __LINE__, $URL);
        //* DEBUG: */ die($URL);