diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-08-07 17:47:50 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-07 17:47:50 -0400 |
commit | d7dd43d69c648433cd34f26a339465452082a097 (patch) | |
tree | 1fb034ccecd6a2b35882629340fc0d73be7c42bb | |
parent | b6c5d35cc215c18d3fb1d9aeb0239a610eb68c32 (diff) |
RT# 76992 - removed some development code
-rw-r--r-- | FS/FS/cust_pkg/Import.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/FS/FS/cust_pkg/Import.pm b/FS/FS/cust_pkg/Import.pm index 27fced195..96c6272b7 100644 --- a/FS/FS/cust_pkg/Import.pm +++ b/FS/FS/cust_pkg/Import.pm @@ -283,9 +283,6 @@ sub batch_import { }; } - #probably can delete below - moved to line 292 - #my $formatfields = _formatfields(); - my @formats = split /-/, $format; foreach my $f (@formats){ |