summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-11 20:25:43 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-11 20:25:43 -0800
commita4b6fc1db4659ecbbb6a91d5258c6cfb1bc79dfe (patch)
tree3b43c09081e0844090a3a8a391da9675e2c8e0e0 /FS
parent9049947bceb63fd795aab13ee5a17b17f180a4aa (diff)
turn off so much debugging output
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm2
1 files changed, 1 insertions, 1 deletions
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 );