summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI/Signup.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-12-10 21:02:48 -0800
committerIvan Kohler <ivan@freeside.biz>2014-12-10 21:02:48 -0800
commitaef0f066164b4359b4f6ec2706d6421f3e55a015 (patch)
treea09c5cc8a5531bda37ce6c5957c0ef9e017e99e4 /FS/FS/ClientAPI/Signup.pm
parentb0dcfb17045dca111b177084ecb857ae2ee6c670 (diff)
remove debugging (tax-exempt numbers during signup, RT#32299)
Diffstat (limited to 'FS/FS/ClientAPI/Signup.pm')
-rw-r--r--FS/FS/ClientAPI/Signup.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index ebf5693..554fc30 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -476,7 +476,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';