summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/PayloadParsers/DelayParser.cpp')
-rw-r--r--Swiften/Parser/PayloadParsers/DelayParser.cpp2
1 files changed, 0 insertions, 2 deletions
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));
}