diff options
author | ivan <ivan> | 2008-06-18 00:05:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-18 00:05:21 +0000 |
commit | 41d9ccc9b265168f2a6fdcf3533c6384b7d6dd58 (patch) | |
tree | a66a5bdcca8e28c4d4bc421d831b9c45d5b81b04 /httemplate/misc/xmlhttp-cust_main-address_standardize.html | |
parent | f6251ae7cea086ef67e09cf9144f663b3842c0a1 (diff) |
turn off debugging for address standardization
Diffstat (limited to 'httemplate/misc/xmlhttp-cust_main-address_standardize.html')
-rw-r--r-- | httemplate/misc/xmlhttp-cust_main-address_standardize.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; |