summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Chesneau <benoitc@apache.org>2010-11-05 23:12:33 +0000
committerBenoit Chesneau <benoitc@apache.org>2010-11-05 23:12:33 +0000
commitc82960cdd8e84a4db0dbbefca425bbb49aeddfa3 (patch)
tree18a8f01b1dddf2db2863fdd7642c97e1bd121639
parent7ae8cc653381805896e57514e9a3dabe8bffc522 (diff)
useless js logging
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1031874 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--share/www/script/test/changes.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/www/script/test/changes.js b/share/www/script/test/changes.js
index bfb129f7..877d1fcc 100644
--- a/share/www/script/test/changes.js
+++ b/share/www/script/test/changes.js
@@ -440,11 +440,9 @@ couchTests.changes = function(debug) {
if (xhr.readyState != 4) {
throw("still waiting");
}
- console.log(xhr.readyState);
}, "andmore-only");
var line = JSON.parse(xhr.responseText.split("\n")[0]);
- console.log(line);
T(line.seq == 8);
T(line.id == "andmore");
}