remove debugging (tax-exempt numbers during signup, RT#32299)
authorIvan Kohler <ivan@freeside.biz>
Thu, 11 Dec 2014 05:02:48 +0000 (21:02 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 11 Dec 2014 05:02:48 +0000 (21:02 -0800)
FS/FS/ClientAPI/Signup.pm

index ebf5693..554fc30 100644 (file)
@@ -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';