Index: /sample/pingpong/main.cpp
===================================================================
--- /sample/pingpong/main.cpp	(revision 4924)
+++ /sample/pingpong/main.cpp	(revision 4925)
@@ -8,5 +8,5 @@
 
 //*************************************************
-
+/*
 #include "ariba/utility/bootstrap/BootstrapManager.h"
 using ariba::utility::BootstrapManager;
@@ -15,10 +15,6 @@
 	StartupWrapper::startSystem();
 
-	std::cout << "yyyyyyyyy!" << std::endl;
-
 	BootstrapManager& manager = BootstrapManager::instance();
 	manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
-
-	std::cout << "xxxxxxxxxxxxyyyyyyyyy!" << std::endl;
 
 	manager.publish("testname", "testinfo1", "testinfo2", "testinfo3");
@@ -29,12 +25,11 @@
 	StartupWrapper::stopSystem();
 }
-
+*/
 //*************************************************
 
 int main( int argc, char** argv ) {
 
-	debug();
-	return 0;
-
+	//debug();
+	//return 0;
 
 	// get config file
