Boost logo

Boost-Commit :

From: grafik_at_[hidden]
Date: 2007-05-26 15:33:28


Author: grafik
Date: 2007-05-26 15:33:27 EDT (Sat, 26 May 2007)
New Revision: 4285
URL: http://svn.boost.org/trac/boost/changeset/4285

Log:
Remove debug output.

Text files modified:
   website/public_html/beta/common/code/feed.php | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: website/public_html/beta/common/code/feed.php
==============================================================================
--- website/public_html/beta/common/code/feed.php (original)
+++ website/public_html/beta/common/code/feed.php 2007-05-26 15:33:27 EDT (Sat, 26 May 2007)
@@ -39,14 +39,14 @@
     
     function boost_feed($xml_file,$item_base_uri)
     {
- print "<!-- boost_fead (0) ".$xml_file." -->\n";
+ //~ print "<!-- boost_fead (0) ".$xml_file." -->\n";
         if (dirname($xml_file) == ".")
         {
             $xml_file = BOOST_RSS_DIR.'/'.$xml_file;
         }
- print "<!-- boost_fead (1) ".$xml_file." -->\n";
+ //~ print "<!-- boost_fead (1) ".$xml_file." -->\n";
         $xml = implode("",file($xml_file));
- print "<!-- boost_fead (2) ".$xml_file." -->\n";
+ //~ print "<!-- boost_fead (2) ".$xml_file." -->\n";
         $parser = xml_parser_create();
         xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
         xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk