You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/07/25 16:10:32 UTC

[couchdb] branch optimize-ddoc-cache updated: FIXUP: Remove debug logging

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch optimize-ddoc-cache
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/optimize-ddoc-cache by this push:
     new 99443c3  FIXUP: Remove debug logging
99443c3 is described below

commit 99443c302960551df1e65803982cb1e164813f19
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Tue Jul 25 11:10:23 2017 -0500

    FIXUP: Remove debug logging
---
 src/ddoc_cache/src/ddoc_cache_lru.erl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/ddoc_cache/src/ddoc_cache_lru.erl b/src/ddoc_cache/src/ddoc_cache_lru.erl
index 3300f3d..b387768 100644
--- a/src/ddoc_cache/src/ddoc_cache_lru.erl
+++ b/src/ddoc_cache/src/ddoc_cache_lru.erl
@@ -255,7 +255,6 @@ trim(_, 0) ->
 
 trim(St, MaxSize) ->
     CurSize = ets:info(?CACHE, memory) * erlang:system_info(wordsize),
-    couch_log:error("SIZE: ~b :: ~b~n", [CurSize, MaxSize]),
     if CurSize =< MaxSize -> ok; true ->
         case ets:first(?LRU) of
             {_Ts, Key, Pid} ->

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].