From aef0f066164b4359b4f6ec2706d6421f3e55a015 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 10 Dec 2014 21:02:48 -0800 Subject: [PATCH] remove debugging (tax-exempt numbers during signup, RT#32299) --- FS/FS/ClientAPI/Signup.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index ebf569363..554fc30ec 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'; -- 2.11.0