diff options
author | Jan Lehnardt <jan@apache.org> | 2009-07-10 12:48:41 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-07-10 12:48:41 +0000 |
commit | a581a9f755e86853856be7a2949e5cee205c12b4 (patch) | |
tree | 111c1cb1df63f727785c6d3a48f769dee40c8092 | |
parent | b67a4ec21fed0942cfeba1662eb6e00f3f3a570c (diff) |
remove log statement
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@792931 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | share/www/script/test/attachments.js | 1 |
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} }); |