diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-12-10 21:02:49 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-12-10 21:02:49 -0800 |
commit | 965a053f2a74114c605b50bfefd0dcc168fb1bd5 (patch) | |
tree | 242ab681b200a7f51c21ccdabf28d87730e073b0 | |
parent | 04f93bdaea44ad9194bd9c6960d4e3d87077cd4e (diff) |
remove debugging (tax-exempt numbers during signup, RT#32299)
-rw-r--r-- | FS/FS/ClientAPI/Signup.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index 6e341d4bd..b868e46e6 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -475,7 +475,6 @@ sub domain_select_hash { sub new_customer { my $packet = shift; -warn Dumper($packet); my $conf = new FS::Conf; my $svc_x = $conf->config('signup_server-service') || 'svc_acct'; |