From 51fcfe4a1ebd5b5c1ef70c1e62d2bf2bdc24bb4b Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Tue, 2 Feb 2010 12:10:01 +0100 Subject: [PATCH] C4/XSLT Removing unconditionnal comment --- C4/XSLT.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index 780789d79d..0cfabe2bc5 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -140,7 +140,6 @@ sub XSLTParse4Display { my $itemsxml = buildKohaItemsNamespace($biblionumber); my $xmlrecord = $record->as_xml(C4::Context->preference('marcflavour')); my $sysxml = ""; - warn $xmlrecord; foreach my $syspref ( qw/OPACURLOpenInNewWindow DisplayOPACiconsXSLT URLLinkText/ ) { if (C4::Context->preference( $syspref ) ){ $sysxml .= "" . -- 2.39.5