summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-05-22 22:23:45 -0700
committerIvan Kohler <ivan@freeside.biz>2017-05-22 22:23:45 -0700
commit5f93c15e79a4c64cfda070f3c331cb73cf449cfc (patch)
treefa02942dc6e2f8b1e6feb5cc639e91a3d3aef8d9 /FS/FS/ClientAPI
parent7cc964155e62890ecaf6bc669eca185e1558cb46 (diff)
remove debugging while fixing nadvertant breakage in mason_comp, RT#73993, RT#75279
Diffstat (limited to 'FS/FS/ClientAPI')
-rw-r--r--FS/FS/ClientAPI/MasonComponent.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm
index 8a51354..3a4bfe1 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;