Remove debug logging
Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/f4c988a5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/f4c988a5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/f4c988a5 Branch: refs/heads/windsor-merge Commit: f4c988a55edc122dc04318537620f8310b456e0f Parents: 7da0801 Author: Paul J. Davis <[email protected]> Authored: Sat Aug 16 21:27:54 2014 -0500 Committer: Robert Newson <[email protected]> Committed: Tue Aug 26 10:44:12 2014 +0100 ---------------------------------------------------------------------- src/couch_compaction_daemon.erl | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/f4c988a5/src/couch_compaction_daemon.erl ---------------------------------------------------------------------- diff --git a/src/couch_compaction_daemon.erl b/src/couch_compaction_daemon.erl index 3251d5f..53145b7 100644 --- a/src/couch_compaction_daemon.erl +++ b/src/couch_compaction_daemon.erl @@ -142,8 +142,6 @@ compact_loop(Parent) -> maybe_compact_db(DbName, Config) -> - etap:diag("~n~n~n~n################~nCOMPACTING: ~p~n#############~n~n", - [DbName]), case (catch couch_db:open_int(DbName, [{user_ctx, #user_ctx{roles=[<<"_admin">>]}}])) of {ok, Db} -> DDocNames = db_ddoc_names(Db),
