From 7c6d7a8ae17fa478fdf06af7533d8ffc75a33e25 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 14 Jun 2010 15:43:05 +0000 Subject: [PATCH] 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/branches/rel_1_6_0@16706 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm index ed81948af0..9de5e6a1db 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm @@ -217,9 +217,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(); my $data = $cache->get_cache('vandelay_import_spool_' . $fingerprint); -- 2.11.0