You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@sergeant.org on 2006/08/06 01:29:09 UTC

[SVN] [48] Remove warning

Revision: 48
Author:   matt
Date:     2006-08-05 23:28:40 +0000 (Sat, 05 Aug 2006)

Log Message:
-----------
Remove warning

Modified Paths:
--------------
    trunk/lib/AxKit2/Transformer/XSLT.pm

Modified: trunk/lib/AxKit2/Transformer/XSLT.pm
===================================================================
--- trunk/lib/AxKit2/Transformer/XSLT.pm	2006-08-05 23:28:25 UTC (rev 47)
+++ trunk/lib/AxKit2/Transformer/XSLT.pm	2006-08-05 23:28:40 UTC (rev 48)
@@ -38,7 +38,6 @@
         $cache{$stylefile} = $stylesheet;
     }
     
-    warn("transform with @{$self->{params}}\n");
     my $results = $stylesheet->transform($dom, fixup_params(@{ $self->{params} }));
     
     return $results, sub { $self->output(@_) };