diff options
author | Jan Lehnardt <jan@apache.org> | 2008-05-18 12:29:20 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-05-18 12:29:20 +0000 |
commit | a1c8802b4701ba05b41329892dcf742679eedc7d (patch) | |
tree | 6d5497b913c60056952e89feeda53ff2cb3f42d3 /src/couchdb | |
parent | 1c7fc943c0aaf1fc41df8fa8dd431a95c302400a (diff) |
- remove leftover debugging line
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb')
-rw-r--r-- | src/couchdb/couch_httpd.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couchdb/couch_httpd.erl b/src/couchdb/couch_httpd.erl index bdb23e78..67a7f13c 100644 --- a/src/couchdb/couch_httpd.erl +++ b/src/couchdb/couch_httpd.erl @@ -141,7 +141,6 @@ handle_unkown_private_uri_request(Req, _Method, UnknownPrivatePath) -> lists:flatten(KnownPrivatePaths) ++ "'"} ] }, - io:format("Debug: ~p~n", [Msg]), send_error(Req, 404, Msg). % Database request handlers |