summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-11-09 08:10:24 -0800
committerIvan Kohler <ivan@freeside.biz>2018-11-09 08:10:24 -0800
commit08c7199f1c9305d8fa1178ab902e7e150e06efd9 (patch)
tree478fe8ab686c449c3f099a37570c4b5675797493
parent9fa789e54fd4cce845242895b3036a220f16cba4 (diff)
remove debug
-rw-r--r--httemplate/search/cust_event.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/search/cust_event.html b/httemplate/search/cust_event.html
index 24cc05b9b..2613256ec 100644
--- a/httemplate/search/cust_event.html
+++ b/httemplate/search/cust_event.html
@@ -213,7 +213,6 @@ my $sql_query = {
'extra_sql' => $where,
'order_by' => 'ORDER BY _date ASC',
'addl_from' => $join,
- 'debug' => 2,
};
my $count_sql = "SELECT COUNT(*) FROM cust_event $join $where";