LP#1823338: Remove slow debug logging statement user/jmerriam/LP1823338
authorJohn Merriam <jmerriam@biblio.org>
Fri, 5 Apr 2019 15:04:41 +0000 (11:04 -0400)
committerJohn Merriam <jmerriam@biblio.org>
Fri, 5 Apr 2019 15:04:41 +0000 (11:04 -0400)
Signed-off-by: John Merriam <jmerriam@biblio.org>
src/perl/lib/OpenSRF/Application.pm

index 5995f1c..086f71d 100644 (file)
@@ -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) {