From a85b96ec1f65e7cf5bd28dd9ab43d656f20e0696 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Sat, 15 Jan 2011 15:43:09 +0100
Subject: Removed accidentally committed debug info.


diff --git a/3rdParty/Boost/src/boost/asio/detail/impl/pipe_select_interrupter.ipp b/3rdParty/Boost/src/boost/asio/detail/impl/pipe_select_interrupter.ipp
index 5ed0d9d..f2a7291 100644
--- a/3rdParty/Boost/src/boost/asio/detail/impl/pipe_select_interrupter.ipp
+++ b/3rdParty/Boost/src/boost/asio/detail/impl/pipe_select_interrupter.ipp
@@ -29,7 +29,6 @@
 #include <boost/asio/detail/pipe_select_interrupter.hpp>
 #include <boost/asio/detail/throw_error.hpp>
 #include <boost/asio/error.hpp>
-#include <iostream>
 
 #include <boost/asio/detail/push_options.hpp>
 
@@ -57,17 +56,10 @@ pipe_select_interrupter::pipe_select_interrupter()
 
 pipe_select_interrupter::~pipe_select_interrupter()
 {
-	std::cout << "Destroying pipe select interrupter" << std::endl;
-  if (read_descriptor_ != -1) {
-		std::cout << "Close read" << std::endl;
+  if (read_descriptor_ != -1)
     ::close(read_descriptor_);
-		std::cout << "Done close read" << std::endl;
-	}
-  if (write_descriptor_ != -1) {
-		std::cout << "Close write" << std::endl;
+  if (write_descriptor_ != -1)
     ::close(write_descriptor_);
-		std::cout << "Done close write" << std::endl;
-	}
 }
 
 void pipe_select_interrupter::interrupt()
-- 
cgit v0.10.2-6-g49f6