diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-05-22 22:23:45 -0700 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-07-21 17:17:49 -0400 |
commit | bfc5435b9b9352a7eb62f7946cb77c5c5ebc88b9 (patch) | |
tree | e2e999696d32130d86976dab6d7003c1d6fa07c5 /FS | |
parent | 2ee8675dead19d3a6669314b7a207366bf2cdf9d (diff) |
remove debugging while fixing nadvertant breakage in mason_comp, RT#73993, RT#75279
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI/MasonComponent.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm index 8a513543c..3a4bfe133 100644 --- a/FS/FS/ClientAPI/MasonComponent.pm +++ b/FS/FS/ClientAPI/MasonComponent.pm @@ -100,10 +100,7 @@ my %session_callbacks = ( } } -use Data::Dumper; -warn Dumper $argsref; my %args = @$argsref; -warn Dumper \%args; $args{part_pkg} = \@part_pkg; $args{first_svc} = \@first_svc; $args{no_comment} = 1; @@ -140,8 +137,6 @@ my( $fs_interp, $rt_interp ) = mason_interps('standalone', 'outbuf'=>\$outbuf); sub mason_comp { my $packet = shift; -use Data::Dumper; -warn Dumper($packet); warn "$me mason_comp called on $packet\n" if $DEBUG; |