remove spurious warning
authorjeff <jeff>
Thu, 10 Jul 2008 03:22:08 +0000 (03:22 +0000)
committerjeff <jeff>
Thu, 10 Jul 2008 03:22:08 +0000 (03:22 +0000)
FS/FS/cust_bill.pm

index 7049da6..c302d18 100644 (file)
@@ -2537,7 +2537,6 @@ sub _items_cust_bill_pkg {
 
         my $description = $desc;
         unless ( $conf->exists('disable_line_item_date_ranges') ) {
-          warn "improving description";
           $description .= " (" . time2str("%x", $cust_bill_pkg->sdate).
                           " - ". time2str("%x", $cust_bill_pkg->edate). ")";
         }