turn off so much debugging output
authorIvan Kohler <ivan@freeside.biz>
Thu, 12 Feb 2015 04:25:41 +0000 (20:25 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 12 Feb 2015 04:25:41 +0000 (20:25 -0800)
FS/FS/ClientAPI/MyAccount.pm

index a0546fc..2671afb 100644 (file)
@@ -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 );