From: Mitch Jackson Date: Mon, 28 Jan 2019 08:23:29 +0000 (-0500) Subject: RT# 82010 Disable a debug flag, improve speed of selfservice X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d217ce30db6cbb5d8f4559efcb8e6d5515a3f619;hp=3be65539c7aa1175b5ac34b71913c6e22fbb2c64 RT# 82010 Disable a debug flag, improve speed of selfservice --- 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