[Reconnoiter-devel] [reconnoiter commit] r524 - trunk/ui/web/htdocs
svn-commit at lists.omniti.com
svn-commit at lists.omniti.com
Wed Nov 26 16:08:15 EST 2008
Author: umar
Date: 2008-11-26 16:08:15 -0500 (Wed, 26 Nov 2008)
New Revision: 524
Modified:
trunk/ui/web/htdocs/template_browse_json.php
Log:
removing debug code
Modified: trunk/ui/web/htdocs/template_browse_json.php
===================================================================
--- trunk/ui/web/htdocs/template_browse_json.php 2008-11-26 21:06:47 UTC (rev 523)
+++ trunk/ui/web/htdocs/template_browse_json.php 2008-11-26 21:08:15 UTC (rev 524)
@@ -10,13 +10,6 @@
$l2 = $_GET['l2'];
$l3 = $_GET['l3'];
-error_log("------");
-error_log("parameters sent to template browse:");
-error_log("rootthing = ".$_REQUEST['root']);
-error_log($l1."=".$_REQUEST[$l1]);
-error_log($l2."=".$_REQUEST[$l2]);
-error_log($l3."=".$_REQUEST[$l3]);
-
if ($_REQUEST['root'] == 'source'){
$want = $l1;
}
@@ -30,9 +23,6 @@
$want = "we are screwed";
}
-error_log("want = ".$want);
-error_log("------");
-
$templateid;
$template;
More information about the Reconnoiter-devel
mailing list