Bug 34828: Remove useless variable

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-10-10 08:33:54 -03:00
parent 5ee20cba58
commit 7f6009068e
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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;
}