X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FMasonComponent.pm;h=3a4bfe133c89b2e7c5600770ea288c3fc3fcc662;hb=574262f14977b5acab2fc09fa2aaaa74eefb210b;hp=8a513543c649e805cad461b5fa6c7d1972d0842b;hpb=7cc964155e62890ecaf6bc669eca185e1558cb46;p=freeside.git 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;