summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2008-09-13 19:19:06 +0000
committerJan Lehnardt <jan@apache.org>2008-09-13 19:19:06 +0000
commit17ed6b64e900c9f20cf6288faa4b400ad8bd263e (patch)
tree6257a3f6bec68ab5ba9afe37a9f16beccece1fb0 /share
parent58cd856811cf0e0238bcb14792711672ba687175 (diff)
remove leftover debug statement
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@695010 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r--share/www/script/couch_tests.js2
1 files changed, 1 insertions, 1 deletions
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");