summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-11-09 08:10:18 -0800
committerIvan Kohler <ivan@freeside.biz>2018-11-09 08:10:18 -0800
commitcef4883a6d96015b710e98163a5b5a117d5fa460 (patch)
tree8f26cd5dc1264126feccd3b8a6399127ec3c3ea1
parented0ad0478f55b4adfd1bfd22445dbc02807a5c8a (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 1766c1905..8bbd1af24 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";