diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-07-18 07:42:27 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-07-18 07:43:01 (GMT) |
commit | 6701ed034543b233afb64562967a45a87225b95f (patch) | |
tree | d08d5c3e7c143e454cf2d1dd564c50d3f546e89e /src | |
parent | 4487a1d9cd27cffcc6486136d8b2178443c08c92 (diff) | |
download | stroke-6701ed034543b233afb64562967a45a87225b95f.zip stroke-6701ed034543b233afb64562967a45a87225b95f.tar.bz2 |
Remove obsolete warning
Diffstat (limited to 'src')
-rw-r--r-- | src/com/isode/stroke/parser/XMPPParser.java | 1 |
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")); |