removed unused method retrieved from method_lookup. apart from being unused, the...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 14 Jun 2010 15:43:05 +0000 (15:43 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 14 Jun 2010 15:43:05 +0000 (15:43 +0000)
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

index ed81948..9de5e6a 100644 (file)
@@ -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);