removed unused method retrieved from method_lookup. apart from being unused, the...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 14 Jun 2010 15:39:43 +0000 (15:39 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 14 Jun 2010 15:39:43 +0000 (15:39 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16704 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm

index 04abeed..fc2b2a5 100644 (file)
@@ -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) {