Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66979 - sandbox/configurator/boost/configurator/detail
From: for.dshevchenko_at_[hidden]
Date: 2010-12-03 00:13:16


Author: dshevchenko
Date: 2010-12-03 00:13:15 EST (Fri, 03 Dec 2010)
New Revision: 66979
URL: http://svn.boost.org/trac/boost/changeset/66979

Log:
Remove test logging in comments_remover

Text files modified:
   sandbox/configurator/boost/configurator/detail/comments_remover.hpp | 4 ----
   1 files changed, 0 insertions(+), 4 deletions(-)

Modified: sandbox/configurator/boost/configurator/detail/comments_remover.hpp
==============================================================================
--- sandbox/configurator/boost/configurator/detail/comments_remover.hpp (original)
+++ sandbox/configurator/boost/configurator/detail/comments_remover.hpp 2010-12-03 00:13:15 EST (Fri, 03 Dec 2010)
@@ -130,10 +130,6 @@
     void resplit( const std::string& s, str_storage& obtained_strings ) const {
         obtained_strings.clear();
         boost::split( obtained_strings, s, boost::is_any_of( "\n" ) );
-
- BOOST_FOREACH ( const std::string& s, obtained_strings ) {
- std::cout << "resplit s: " << s << std::endl;
- }
     }
 };
 


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