From 499f41d456203837b1ab8eb558a2855238957593 Mon Sep 17 00:00:00 2001
From: Kevin Smith <git@kismith.co.uk>
Date: Fri, 30 Apr 2010 08:23:10 +0000
Subject: Get rid of the cout in delay payload parsing.


diff --git a/Swiften/Parser/PayloadParsers/DelayParser.cpp b/Swiften/Parser/PayloadParsers/DelayParser.cpp
index a416ac1..b6fa240 100644
--- a/Swiften/Parser/PayloadParsers/DelayParser.cpp
+++ b/Swiften/Parser/PayloadParsers/DelayParser.cpp
@@ -7,7 +7,6 @@
 #include "Swiften/Parser/PayloadParsers/DelayParser.h"
 
 #include <locale>
-#include <iostream>
 
 #include <boost/date_time/time_facet.hpp>
 
@@ -31,7 +30,6 @@ void DelayParser::handleStartElement(const String& /*element*/, const String& /*
 		boost::posix_time::ptime stamp = dateFromString(attributes.getAttribute("stamp"));
 		getPayloadInternal()->setStamp(stamp);
 		if (!attributes.getAttribute("from").isEmpty()) {
-			std::cout << attributes.getAttribute("from");
 			String from = attributes.getAttribute("from");
 			getPayloadInternal()->setFrom(JID(from));
 		}
-- 
cgit v0.10.2-6-g49f6