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/13 17:59:39 UTC

[couchdb] 08/24: 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

commit 3e10e200ff7da962bed51142f385af9022c6ed02
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Thu Jul 6 11:09:46 2017 -0500

    Remove debug logging
---
 src/ddoc_cache/test/ddoc_cache_lru_test.erl | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/ddoc_cache/test/ddoc_cache_lru_test.erl b/src/ddoc_cache/test/ddoc_cache_lru_test.erl
index f5cef16..77b39cd 100644
--- a/src/ddoc_cache/test/ddoc_cache_lru_test.erl
+++ b/src/ddoc_cache/test/ddoc_cache_lru_test.erl
@@ -90,13 +90,7 @@ check_multi_start(_) ->
     receive {'DOWN', OpenerRef, _, _, _} -> ok end,
     lists:foreach(fun({CPid, Ref}) ->
         receive
-            {'DOWN', Ref, _, _, normal} -> ok;
-            {'DOWN', Ref, _, _, Other} ->
-                io:format(standard_error, "OTHER: ~p~n", [Other]);
-            Other when not is_tuple(Other) orelse element(1, Other) /= 'DOWN' ->
-                io:format(standard_error, "MSG: ~p~n", [Other])
-        after 2000 ->
-            io:format(standard_error, "BLAH?!: ~p ~p", [CPid, process_info(CPid, current_stacktrace)])
+            {'DOWN', Ref, _, _, normal} -> ok
         end
     end, Clients).
 

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