Debug line commented out
authorRoland Häder <roland@mxchange.org>
Mon, 5 Oct 2009 21:02:55 +0000 (21:02 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 5 Oct 2009 21:02:55 +0000 (21:02 +0000)
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);