RT# 82010 Disable a debug flag, improve speed of selfservice
authorMitch Jackson <mitch@freeside.biz>
Mon, 28 Jan 2019 08:23:29 +0000 (03:23 -0500)
committerMitch Jackson <mitch@freeside.biz>
Mon, 28 Jan 2019 08:23:29 +0000 (03:23 -0500)
FS/FS/ClientAPI/Signup.pm

index 035a317..5ff4628 100644 (file)
@@ -28,7 +28,7 @@ use FS::banned_pay;
 use FS::part_tag;
 use FS::cust_payby;
 
-$DEBUG = 1;
+$DEBUG = 0;
 $me = '[FS::ClientAPI::Signup]';
 
 =head1 NAME