remove debug
authorIvan Kohler <ivan@freeside.biz>
Tue, 25 Feb 2014 09:56:38 +0000 (01:56 -0800)
committerIvan Kohler <ivan@freeside.biz>
Tue, 25 Feb 2014 09:56:38 +0000 (01:56 -0800)
FS/FS/ClientAPI/MyAccount.pm

index 862cceb..4f41219 100644 (file)
@@ -555,8 +555,8 @@ sub customer_info_short {
                       1, ##nobalance
                     );
 
-warn    $return{first}  = $cust_main->first;
-warn    $return{'last'} = $cust_main->get('last');
+    $return{first}  = $cust_main->first;
+    $return{'last'} = $cust_main->get('last');
     $return{name}   = $cust_main->first. ' '. $cust_main->get('last');
 
     $return{payby} = $cust_main->payby;