diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-08-07 17:47:50 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-16 13:18:40 -0400 |
| commit | 406e8eb014c16aa9af7dd8d88c630e8fd1a37319 (patch) | |
| tree | 35f90ca563f5a3e4d013e8c02245843e07e3a06e | |
| parent | b086818c8dde80d873a799be644b5b98611f5acb (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){ |
