diff options
author | Benoit Chesneau <benoitc@apache.org> | 2010-11-05 23:12:33 +0000 |
---|---|---|
committer | Benoit Chesneau <benoitc@apache.org> | 2010-11-05 23:12:33 +0000 |
commit | c82960cdd8e84a4db0dbbefca425bbb49aeddfa3 (patch) | |
tree | 18a8f01b1dddf2db2863fdd7642c97e1bd121639 /share/www/script/test | |
parent | 7ae8cc653381805896e57514e9a3dabe8bffc522 (diff) |
useless js logging
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1031874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/test')
-rw-r--r-- | share/www/script/test/changes.js | 2 |
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"); } |