From 9a9726550c8ad7f0f6676657245982fae51ac370 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 5 Jul 2007 12:55:00 +0000 Subject: [PATCH] removed old, innaccurate code comment 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 | 4 ---- 1 file changed, 4 deletions(-) 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) { -- 2.11.0