diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-01-07 14:33:16 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-01-07 14:33:16 +0100 |
commit | 41a35f6dd3ac87d44dbdcc8418c57071cf6c5f37 (patch) | |
tree | 288273632372563a99ffc9871bd1360dbab75a7c /Bugzilla/WebService | |
parent | 26db658179ff62a735c6b45767008603914c63ed (diff) | |
download | bugzilla-41a35f6dd3ac87d44dbdcc8418c57071cf6c5f37.tar.gz bugzilla-41a35f6dd3ac87d44dbdcc8418c57071cf6c5f37.tar.xz |
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.pm | 7 |
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(@_); |