removed old todo comment
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Sep 2006 14:23:35 +0000 (14:23 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Sep 2006 14:23:35 +0000 (14:23 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6158 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 77c97a2..fce55b4 100644 (file)
@@ -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 );