From 572ff1e5285007166bbc309de10750c93891cfb8 Mon Sep 17 00:00:00 2001
From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 14 Jun 2010 15:39:43 +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/trunk@16704 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 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) {
-- 
2.11.0