From 17ed6b64e900c9f20cf6288faa4b400ad8bd263e Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 13 Sep 2008 19:19:06 +0000 Subject: remove leftover debug statement git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@695010 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index 57bce657..7c48a79a 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -709,7 +709,7 @@ var tests = { var rev = JSON.parse(xhr.responseText).rev; binAttDoc2 = db.open("bin_doc2"); - console.log(JSON.stringify(binAttDoc2)); + T(binAttDoc2._attachments["foo.txt"] !== undefined); T(binAttDoc2._attachments["foo2.txt"] !== undefined); T(binAttDoc2._attachments["foo2.txt"].content_type == "text/plain;charset=utf-8"); -- cgit v1.2.3