[Pkg-javascript-commits] [ltx] 54/469: rm debug cruft
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:00:59 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 842fcf9557e7ca52f99290131508bc85fc98cccc
Author: Astro <astro at spaceboyz.net>
Date: Sat Aug 14 00:23:22 2010 +0200
rm debug cruft
---
lib/xmpp/client.js | 1 -
test/test_jid.js | 1 -
2 files changed, 2 deletions(-)
diff --git a/lib/xmpp/client.js b/lib/xmpp/client.js
index e34ebed..2764358 100644
--- a/lib/xmpp/client.js
+++ b/lib/xmpp/client.js
@@ -85,7 +85,6 @@ Client.prototype.onRawStanza = function(stanza) {
} else if (this.state == STATE_AUTH) {
if (stanza.is('challenge', NS_XMPP_SASL)) {
var challengeMsg = decode64(stanza.getText());
- sys.puts("challengeMsg: " + challengeMsg);
var responseMsg = encode64(
this.mech.challenge(challengeMsg));
this.send(new xml.Element('response',
diff --git a/test/test_jid.js b/test/test_jid.js
index c005081..15f805b 100644
--- a/test/test_jid.js
+++ b/test/test_jid.js
@@ -2,7 +2,6 @@ var vows = require('vows'),
assert = require('assert'),
xmpp = require('./../lib/xmpp');
-// Create a Test Suite
vows.describe('JID').addBatch({
'parsing': {
--
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