From: Ivan Kohler Date: Fri, 9 Nov 2018 16:10:18 +0000 (-0800) Subject: remove debug X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=cef4883a6d96015b710e98163a5b5a117d5fa460 remove debug --- 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";