From 5f93c15e79a4c64cfda070f3c331cb73cf449cfc Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 22 May 2017 22:23:45 -0700 Subject: [PATCH] remove debugging while fixing nadvertant breakage in mason_comp, RT#73993, RT#75279 --- FS/FS/ClientAPI/MasonComponent.pm | 5 ----- 1 file changed, 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; -- 2.11.0