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...@apache.org on 2003/07/31 18:48:15 UTC

cvs commit: xml-axkit/lib/Apache/AxKit/Language LibXSLT.pm

matts       2003/07/31 09:48:15

  Modified:    lib/Apache/AxKit/Language LibXSLT.pm
  Log:
  Remove rogue warn()
  
  Revision  Changes    Path
  1.22      +1 -2      xml-axkit/lib/Apache/AxKit/Language/LibXSLT.pm
  
  Index: LibXSLT.pm
  ===================================================================
  RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Language/LibXSLT.pm,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- LibXSLT.pm	28 Jul 2003 22:53:20 -0000	1.21
  +++ LibXSLT.pm	31 Jul 2003 16:48:15 -0000	1.22
  @@ -52,7 +52,6 @@
       local($XML::LibXML::match_cb, $XML::LibXML::open_cb,
             $XML::LibXML::read_cb, $XML::LibXML::close_cb);
       Apache::AxKit::LibXMLSupport->reset();
  -    warn("parser match_cb: ", $parser->match_callback);
       local $Apache::AxKit::LibXMLSupport::provider_cb = 
           sub {
               my $r = shift;