diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2019-01-28 03:23:29 -0500 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2019-01-28 03:35:27 -0500 |
| commit | d217ce30db6cbb5d8f4559efcb8e6d5515a3f619 (patch) | |
| tree | e2ead4790e861d03171b803c401c28004ba91ef1 | |
| parent | 3be65539c7aa1175b5ac34b71913c6e22fbb2c64 (diff) | |
RT# 82010 Disable a debug flag, improve speed of selfservice
| -rw-r--r-- | FS/FS/ClientAPI/Signup.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index 035a31771..5ff46283c 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -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 |
