diff options
Diffstat (limited to 'share')
-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"); } |