Bug 34828: Remove useless variable
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
5ee20cba58
commit
7f6009068e
1 changed files with 0 additions and 1 deletions
|
@ -1320,7 +1320,6 @@ Normalizes and returns the OCLC number found in the MARC record.
|
|||
|
||||
sub normalized_oclc {
|
||||
my ($self) = @_;
|
||||
my $marc_record = $self->metadata->record;
|
||||
return $self->metadata_extractor->get_normalized_oclc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue