diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-11 20:25:41 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-11 20:25:41 -0800 |
commit | a1ce9d2d64481946c6e4ba317a8c4631448dc842 (patch) | |
tree | 9decddb88e02d23d0fd1c3f78cba5d0b28c176d2 | |
parent | 6da8d320d8792e6b70ec5cf1a40088f87f4762e5 (diff) |
turn off so much debugging output
-rw-r--r-- | FS/FS/ClientAPI/MyAccount.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index a0546fc6a..2671afb70 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -49,7 +49,7 @@ use FS::contact; use FS::cust_contact; use FS::cust_location; -$DEBUG = 1; +$DEBUG = 0; $me = '[FS::ClientAPI::MyAccount]'; use vars qw( @cust_main_editable_fields @location_editable_fields ); |