summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-07-18 07:42:27 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-07-18 07:43:01 (GMT)
commit6701ed034543b233afb64562967a45a87225b95f (patch)
treed08d5c3e7c143e454cf2d1dd564c50d3f546e89e
parent4487a1d9cd27cffcc6486136d8b2178443c08c92 (diff)
downloadstroke-6701ed034543b233afb64562967a45a87225b95f.zip
stroke-6701ed034543b233afb64562967a45a87225b95f.tar.bz2
Remove obsolete warning
-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"));