From: erickson Date: Wed, 20 Sep 2006 14:23:35 +0000 (+0000) Subject: removed old todo comment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ccebb01419f8f046a2b40502f4007eee65cf7d94;p=evergreen%2Fpines.git removed old todo comment git-svn-id: svn://svn.open-ils.org/ILS/trunk@6158 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm index 77c97a26da..fce55b42bb 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm @@ -231,9 +231,6 @@ __PACKAGE__->register_method( sub biblio_record_xml_import { my( $self, $client, $authtoken, $xml, $source) = @_; - - # XXX Make the source the ID from config.bib_source - my $override = 1 if $self->api_name =~ /override/; my( $tcn, $tcn_source, $marcdoc );