From: Ivan Kohler Date: Thu, 12 Feb 2015 04:25:41 +0000 (-0800) Subject: turn off so much debugging output X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a1ce9d2d64481946c6e4ba317a8c4631448dc842 turn off so much debugging output --- 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 );