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(@_) };


Reply via email to