[freeside-commits] branch master updated. 5f93c15e79a4c64cfda070f3c331cb73cf449cfc
Ivan
ivan at 420.am
Mon May 22 22:23:49 PDT 2017
The branch, master has been updated
via 5f93c15e79a4c64cfda070f3c331cb73cf449cfc (commit)
from 7cc964155e62890ecaf6bc669eca185e1558cb46 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5f93c15e79a4c64cfda070f3c331cb73cf449cfc
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon May 22 22:23:45 2017 -0700
remove debugging while fixing nadvertant breakage in mason_comp, RT#73993, RT#75279
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;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/MasonComponent.pm | 5 -----
1 file changed, 5 deletions(-)
More information about the freeside-commits
mailing list