summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/couchdb/couch_httpd.erl1
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