From: ivan Date: Wed, 18 Jun 2008 00:05:21 +0000 (+0000) Subject: turn off debugging for address standardization X-Git-Tag: root_of_webpay_support~562 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=41d9ccc9b265168f2a6fdcf3533c6384b7d6dd58;p=freeside.git turn off debugging for address standardization --- diff --git a/httemplate/misc/xmlhttp-cust_main-address_standardize.html b/httemplate/misc/xmlhttp-cust_main-address_standardize.html index 7da94c8ec..8532bb23a 100644 --- a/httemplate/misc/xmlhttp-cust_main-address_standardize.html +++ b/httemplate/misc/xmlhttp-cust_main-address_standardize.html @@ -1,7 +1,7 @@ <% objToJson($return) %> <%init> -my $DEBUG = 1; +my $DEBUG = 0; my $conf = new FS::Conf;