From: erickson Date: Thu, 5 Jul 2007 12:55:00 +0000 (+0000) Subject: removed old, innaccurate code comment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9a9726550c8ad7f0f6676657245982fae51ac370;p=Evergreen.git removed old, innaccurate code comment git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7518 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 18fa7f0daf..9282b2fcc2 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm @@ -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) {