From b8348d7ea92769e23b8c36246efcdd65942c6244 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 10 Jul 2008 03:22:08 +0000 Subject: [PATCH] remove spurious warning --- FS/FS/cust_bill.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 7049da6ea..c302d1833 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -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). ")"; } -- 2.20.1