summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/isode/stroke/parser/XMPPParser.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/isode/stroke/parser/XMPPParser.java b/src/com/isode/stroke/parser/XMPPParser.java
index c16a250..1d0febd 100644
--- a/src/com/isode/stroke/parser/XMPPParser.java
+++ b/src/com/isode/stroke/parser/XMPPParser.java
@@ -43,7 +43,6 @@ public class XMPPParser implements XMLParserClient {
String ns,
AttributeMap attributes) {
if (!inStream()) {
- logger_.warning("Not in stream");
if (element.equals("stream") && ns.equals("http://etherx.jabber.org/streams")) {
ProtocolHeader header = new ProtocolHeader();
header.setFrom(attributes.getAttribute("from"));