From 41a35f6dd3ac87d44dbdcc8418c57071cf6c5f37 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 7 Jan 2015 14:33:16 +0100 Subject: Bug 1113147: Revert the hack from bug 1108809 and blacklist SOAP::Lite 1.12 r=dkl a=glob --- Bugzilla/WebService/Server/XMLRPC.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Bugzilla/WebService/Server') 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(@_); -- cgit v1.2.3-24-g4f1b