diff options
author | ivan <ivan> | 2007-05-01 20:00:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-05-01 20:00:56 +0000 |
commit | ebe9a485cb9d34c2017f903beb432d15d741b937 (patch) | |
tree | 477c55363e9b347ea1a74d53ed27eedd347cd527 | |
parent | b951ac82eb61f431535288ec50c2544e5c0f5a54 (diff) |
without debugging this time :)
-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 39485b06d..e27f848b1 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -20,7 +20,7 @@ use FS::acct_snarf; use FS::queue; use FS::reg_code; -$DEBUG = 2; +$DEBUG = 0; $me = '[FS::ClientAPI::Signup]'; sub signup_info { |