From: Ivan Kohler Date: Thu, 12 Feb 2015 04:25:43 +0000 (-0800) Subject: turn off so much debugging output X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a4b6fc1db4659ecbbb6a91d5258c6cfb1bc79dfe;p=freeside.git turn off so much debugging output --- diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index ca5c82ea8..023c1d6cf 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -48,7 +48,7 @@ use FS::msg_template; use FS::contact; use FS::cust_location; -$DEBUG = 1; +$DEBUG = 0; $me = '[FS::ClientAPI::MyAccount]'; use vars qw( @cust_main_editable_fields @location_editable_fields );