summaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/search.php b/search.php
index 1d55a8ee..c1457910 100644
--- a/search.php
+++ b/search.php
@@ -51,7 +51,6 @@ switch ($action) {
}
case 'search':
show_template('show_search');
- print_r($_REQUEST);
$results = run_search($_REQUEST);
show_search($_REQUEST['object_type'],$results);
break;