removed old, innaccurate code comment
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 5 Jul 2007 12:55:00 +0000 (12:55 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 5 Jul 2007 12:55:00 +0000 (12:55 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7518 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 18fa7f0..9282b2f 100644 (file)
@@ -208,12 +208,8 @@ sub biblio_record_replace_marc  {
        # If we're not updating the TCN, all we care about it the marcdoc
        my $override = $self->api_name =~ /override/;
 
-
        my $storage = OpenSRF::AppSession->create('open-ils.storage');
 
-   # XXX should .update even bother with the tcn_info if it's not going to replace it?
-   # there is the potential for returning a TCN_EXISTS event, even though no replacement happens
-
        my( $tcn, $tsource, $marcdoc, $evt);
 
     if($fixtcn or $override) {