summaryrefslogtreecommitdiff
path: root/share/www/script/test/basics.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/basics.js')
-rw-r--r--share/www/script/test/basics.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/www/script/test/basics.js b/share/www/script/test/basics.js
index 19a7e015..47e94d2c 100644
--- a/share/www/script/test/basics.js
+++ b/share/www/script/test/basics.js
@@ -65,7 +65,6 @@ couchTests.basics = function(debug) {
// make sure you can do a seq=true option
var doc = db.open(id, {local_seq:true});
- console.log(doc._local_seq)
T(doc._local_seq == 1);
@@ -139,7 +138,6 @@ couchTests.basics = function(debug) {
// make sure we can still open the old rev of the deleted doc
T(db.open(existingDoc._id, {rev: existingDoc._rev}) != null);
- console.log("db.info: " + db.info.update_seq),
// make sure restart works
T(db.ensureFullCommit().ok);
restartServer();