From ac392dd44481ede5630e923d9d9ea4f5001a5fab Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Wed, 30 Jun 2010 08:50:39 +0200 Subject: [PATCH] C4::XSLT Removing unconditionnal warn there was an unconditionnal warn in C4::XSLT. This patch removes it. --- C4/XSLT.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index 5374521e1b..f766974547 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -165,7 +165,6 @@ sub XSLTParse4Display { } else { use Cwd; - warn getcwd; $style_doc = $parser->parse_file($xslfilename); } $stylesheet->{$xslfilename} = $xslt->parse_stylesheet($style_doc); -- 2.39.5