summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-03-10 08:19:58 +0000
committerJan Lehnardt <jan@apache.org>2009-03-10 08:19:58 +0000
commitd865942f5b19f88598df4f33b6e628ad78610c06 (patch)
tree3f1dbf5c771ef8f2acc9da9292e0f77793243155 /share
parent610064aea6eb707fe3b6a68f7c93005ceac0a2ec (diff)
Remove leftover console.log(). Should we get a pre-commit hook for these? Closes COUCHDB-286. Patch by Jason Smith, thanks.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@752020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r--share/www/script/test/show_documents.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/show_documents.js b/share/www/script/test/show_documents.js
index ed1ab3b3..f4aa62a7 100644
--- a/share/www/script/test/show_documents.js
+++ b/share/www/script/test/show_documents.js
@@ -152,7 +152,7 @@ couchTests.show_documents = function(debug) {
// show with missing doc
xhr = CouchDB.request("GET", "/test_suite_db/_design/template/_show/just-name/missingdoc");
- console.log(xhr)
+
T(xhr.status == 404, 'Doc should be missing');
T(xhr.responseText == "No such doc");