diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-08-07 17:47:50 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-16 12:57:50 -0400 |
commit | 77269df6caa07bb5ba380ce7816dee49045a9a14 (patch) | |
tree | 02c6945fef5f88b7062d0588eea3813b693b2127 | |
parent | 8984b31987390ea2ff2dcc83fdcf7340b0531daf (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 d3d4e8a60..616d39a04 100644 --- a/FS/FS/cust_pkg/Import.pm +++ b/FS/FS/cust_pkg/Import.pm @@ -286,9 +286,6 @@ sub batch_import { }; } - #probably can delete below - moved to line 292 - #my $formatfields = _formatfields(); - my @formats = split /-/, $format; foreach my $f (@formats){ |