summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_show.erl
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2010-02-28 02:45:53 +0000
committerJan Lehnardt <jan@apache.org>2010-02-28 02:45:53 +0000
commit89bc74477df2cb0b123d1b7e0d4a9b8cda0a6c9f (patch)
treeaca872035e7c6c5191c026dee592e1d5104432ac /src/couchdb/couch_httpd_show.erl
parent1be99a1ef26c3d9233483cd7d0e0ff3f96ca8514 (diff)
revert accidental commit
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@917102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_httpd_show.erl')
-rw-r--r--src/couchdb/couch_httpd_show.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couchdb/couch_httpd_show.erl b/src/couchdb/couch_httpd_show.erl
index 72c6bae1..18f24e85 100644
--- a/src/couchdb/couch_httpd_show.erl
+++ b/src/couchdb/couch_httpd_show.erl
@@ -31,7 +31,6 @@
maybe_open_doc(Db, DocId) ->
case catch couch_httpd_db:couch_doc_open(Db, DocId, nil, [conflicts]) of
{not_found, missing} -> nil;
- {not_found,deleted} -> nil;
Doc -> Doc
end.
handle_doc_show_req(#httpd{