From: John Merriam Date: Fri, 5 Apr 2019 15:04:41 +0000 (-0400) Subject: LP#1823338: Remove slow debug logging statement X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f0e456c2c5264737b872ac5af4302737ace1225b;p=working%2FOpenSRF.git LP#1823338: Remove slow debug logging statement Signed-off-by: John Merriam --- diff --git a/src/perl/lib/OpenSRF/Application.pm b/src/perl/lib/OpenSRF/Application.pm index 5995f1c..086f71d 100644 --- a/src/perl/lib/OpenSRF/Application.pm +++ b/src/perl/lib/OpenSRF/Application.pm @@ -545,7 +545,6 @@ sub method_lookup { my $class = ref($self) || $self; $log->debug("Lookup of [$method] by [$class] in api_level [$proto]", DEBUG); - $log->debug("Available methods\n\t".join("\n\t", keys %{ $_METHODS[$proto] }), INTERNAL); my $meth; if (__PACKAGE__->thunk) {