changeset 60:0e86fca6a596

oops
author Sonny Piers <sonny.piers@gmail.com>
date Wed, 01 Feb 2012 17:48:11 +0100
parents bbcc6bbdac73
children d1ba6f0e2a92
files lightstring.js
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lightstring.js
+++ b/lightstring.js
@@ -160,7 +160,6 @@ Lightstring.Connection = function(aServi
         //Success
         function(stanza) {
           //Session http://xmpp.org/rfcs/rfc3921.html#session
-          alert('iq callback!!!');
           this.jid = new Lightstring.JID(stanza.DOM.textContent);
           that.send(
             "<iq type='set' id='"+Lightstring.newId('sendiq:')+"' xmlns='jabber:client'>" +