From: erickson Date: Mon, 14 Jun 2010 15:39:43 +0000 (+0000) Subject: removed unused method retrieved from method_lookup. apart from being unused, the... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=572ff1e5285007166bbc309de10750c93891cfb8;p=evergreen%2Fjoelewis.git removed unused method retrieved from method_lookup. apart from being unused, the call was attempting to fetch a nonexistent method ('auth' vs. 'authority') and hilarity ensued git-svn-id: svn://svn.open-ils.org/ILS/trunk@16704 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm index 04abeedd4c..fc2b2a5a99 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm @@ -220,9 +220,6 @@ sub process_spool { my $evt = check_queue_perms($e, $type, $queue); return $evt if $evt; - my $method = "open-ils.vandelay.queued_${type}_record.create"; - $method = $self->method_lookup( $method ); - my $cache = new OpenSRF::Utils::Cache(); if($fingerprint) {