summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2010-11-03 00:37:22 +0000
committermark <mark>2010-11-03 00:37:22 +0000
commite18e64dc73e40c4eee27b594ca039e0b4aa1b2c5 (patch)
treeedd3fc07c0d9bdba137d65aa3cd13e645bc33e19
parent942f129f37980d8a2a87be8c3297663ad38298ba (diff)
turn off debug
-rw-r--r--FS/FS/cust_pkg.pm1
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;