From dbd0fc537207d9aca7198df9d8143ec6ec2c850d Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Wed, 3 Jul 2013 06:16:42 -0500 Subject: [PATCH] remove debug printing --- websocketpp/processors/hybi13.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/websocketpp/processors/hybi13.hpp b/websocketpp/processors/hybi13.hpp index ca28771542..e3f2c459fa 100644 --- a/websocketpp/processors/hybi13.hpp +++ b/websocketpp/processors/hybi13.hpp @@ -115,12 +115,8 @@ public: for (it = p.begin(); it != p.end(); ++it) { // look through each extension, if the key is permessage-deflate if (it->first == "permessage-deflate") { - std::cout << "mark3: " << std::endl; neg_ret = m_permessage_deflate.negotiate(it->second); - std::cout << neg_ret.first.message() << " - " - << neg_ret.second << std::endl; - if (neg_ret.first) { // Figure out if this is an error that should halt all // extension negotiations or simply cause negotiation of