You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/08/26 11:46:05 UTC

[10/26] couch commit: updated refs/heads/windsor-merge to 14dc5e9

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 <pa...@gmail.com>
Authored: Sat Aug 16 21:27:54 2014 -0500
Committer: Robert Newson <rn...@apache.org>
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),