From a319a402f78fbd9bb8d39be3d00a2310c8349aca Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 8 Feb 2010 10:49:27 +1300 Subject: [PATCH 1/1] Removing noisy warn in C4/XSLT.pm Signed-off-by: Galen Charlton --- C4/XSLT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index 1c7184a11d..a5cf211f5e 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -126,7 +126,7 @@ sub XSLTParse4Display { my $itemsxml = buildKohaItemsNamespace($biblionumber); my $xmlrecord = $record->as_xml(C4::Context->preference('marcflavour')); my $sysxml = "\n"; - warn $xmlrecord; +# warn $xmlrecord; foreach my $syspref ( qw/OPACURLOpenInNewWindow DisplayOPACiconsXSLT URLLinkText/ ) { $sysxml .= "" . C4::Context->preference( $syspref ) . -- 2.11.0