Bug 30921: (QA follow-up) Remove unnecessary if
The statement is already inside an if block with the same condition. Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
daf2e4b3c2
commit
af81aaa8a6
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ sub get_biblio_marcxml {
|
|||
}
|
||||
}
|
||||
);
|
||||
$record_processor->process($record) if $expanded_avs;
|
||||
$record_processor->process($record);
|
||||
}
|
||||
|
||||
return $record ? $record->as_xml_record() : undef;
|
||||
|
|
Loading…
Reference in a new issue