diff options
-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){ |