aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-01-07 14:34:45 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-01-07 14:34:45 +0100
commiteb9af16f33653a16d11a44fdd84b3c4386633be2 (patch)
treef177827e544f0395c7d2bcb9713a5427aef11d08 /Bugzilla/WebService
parenta5758fa24197d6f29d487b92c0ff6e3ba0e9e114 (diff)
downloadbugs-eb9af16f33653a16d11a44fdd84b3c4386633be2.tar
bugs-eb9af16f33653a16d11a44fdd84b3c4386633be2.tar.gz
bugs-eb9af16f33653a16d11a44fdd84b3c4386633be2.tar.bz2
bugs-eb9af16f33653a16d11a44fdd84b3c4386633be2.tar.xz
bugs-eb9af16f33653a16d11a44fdd84b3c4386633be2.zip
Bug 1113147: Revert the hack from bug 1108809 and blacklist SOAP::Lite 1.12
r=dkl a=glob
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r--Bugzilla/WebService/Server/XMLRPC.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/WebService/Server/XMLRPC.pm b/Bugzilla/WebService/Server/XMLRPC.pm
index de9a5a97b..56b31ffef 100644
--- a/Bugzilla/WebService/Server/XMLRPC.pm
+++ b/Bugzilla/WebService/Server/XMLRPC.pm
@@ -47,13 +47,6 @@ BEGIN {
};
}
-sub new {
- my $class = shift;
- my $self = $class->SUPER::new(@_);
- $self->{debug_logger} = sub {};
- return $self;
-}
-
sub initialize {
my $self = shift;
my %retval = $self->SUPER::initialize(@_);