summaryrefslogtreecommitdiff
path: root/share/www
diff options
context:
space:
mode:
Diffstat (limited to 'share/www')
-rw-r--r--share/www/script/test/attachments.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/www/script/test/attachments.js b/share/www/script/test/attachments.js
index 5470840a..79178f8c 100644
--- a/share/www/script/test/attachments.js
+++ b/share/www/script/test/attachments.js
@@ -206,7 +206,6 @@ couchTests.attachments= function(debug) {
var xhr = CouchDB.request("GET", "/test_suite_db/bin_doc5/lorem.txt");
T(xhr.status == 200);
var etag = xhr.getResponseHeader("etag");
- console.log(etag)
xhr = CouchDB.request("GET", "/test_suite_db/bin_doc5/lorem.txt", {
headers: {"if-none-match": etag}
});