[open-ils-commits] r16705 - branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jun 14 11:42:51 EDT 2010


Author: erickson
Date: 2010-06-14 11:42:48 -0400 (Mon, 14 Jun 2010)
New Revision: 16705

Modified:
   branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
Log:
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

Modified: branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm	2010-06-14 15:39:43 UTC (rev 16704)
+++ branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm	2010-06-14 15:42:48 UTC (rev 16705)
@@ -217,9 +217,6 @@
     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);



More information about the open-ils-commits mailing list