eliminate leaky debugging and a warning about it
authorivan <ivan>
Sun, 21 Jun 2009 22:00:06 +0000 (22:00 +0000)
committerivan <ivan>
Sun, 21 Jun 2009 22:00:06 +0000 (22:00 +0000)
FS/FS/part_pkg/agent.pm

index 9bcf33d..2ebaf58 100644 (file)
@@ -68,8 +68,7 @@ sub calc_recur {
   my $total_agent_charge = 0;
 
   warn "$me billing for agent packages from ". time2str('%x', $last_bill).
-                                       " to ". time2str('%x', $$sdate);
-       "\n"
+                                       " to ". time2str('%x', $$sdate). "\n"
     if $DEBUG;
 
   my $prorate_ratio =   ( $$sdate                     - $last_bill )