[Pkg-javascript-commits] [ltx] 140/469: connection: rm debug

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:01:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit 39818ef704f0d015d53376b711b5c63c6669da17
Author: Astro <astro at spaceboyz.net>
Date:   Fri Sep 10 03:27:16 2010 +0200

    connection: rm debug
---
 lib/xmpp/connection.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/xmpp/connection.js b/lib/xmpp/connection.js
index fc25298..816e163 100644
--- a/lib/xmpp/connection.js
+++ b/lib/xmpp/connection.js
@@ -175,13 +175,11 @@ Connection.prototype.addStreamNs = function(stanza) {
  * our <stream:stream>
  */
 Connection.prototype.rmStreamNs = function(stanza) {
-    console.log({preRm:stanza.toString()});
     for(var k in this.xmlns) {
 	var attr = k ? 'xmlns:' + k : 'xmlns';
         if (stanza.attrs[attr] == this.xmlns[k])
             delete stanza.attrs[attr];
     }
-    console.log({postRm:stanza.toString()});
     return stanza;
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list