Adding some error proof on GetMarcRecord
[koha.git] / C4 / XSLT.pm
index 76e7ea7..e4d9329 100644 (file)
@@ -121,7 +121,6 @@ sub XSLTParse4Display {
     my ( $biblionumber, $orig_record, $xsl_suffix ) = @_;
     # grab the XML, run it through our stylesheet, push it out to the browser
     my $record = transformMARCXML4XSLT($biblionumber, $orig_record);
-    #return $record->as_formatted();
     my $itemsxml  = buildKohaItemsNamespace($biblionumber);
     my $xmlrecord = $record->as_xml();
     $xmlrecord =~ s/\<\/record\>/$itemsxml\<\/record\>/;