diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_pkg.pm | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 2b512a73b..ca464ea09 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -1291,7 +1291,6 @@ use Data::Dumper;  use Storable 'thaw';  use MIME::Base64;  sub process_bulk_cust_pkg { -  local $DEBUG = 1;    my $job = shift;    my $param = thaw(decode_base64(shift));    warn Dumper($param) if $DEBUG; | 
