From: Christopher Date: Sun, 8 Mar 2020 01:16:08 +0000 (-0600) Subject: remove logging X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=a9dd46912e0b4d8fa9f2feb7197f35d32be74639;p=cluster_kv.git remove logging --- diff --git a/lib/cluster_kv/ring.ex b/lib/cluster_kv/ring.ex index 70825ad..9d9726c 100644 --- a/lib/cluster_kv/ring.ex +++ b/lib/cluster_kv/ring.ex @@ -232,8 +232,6 @@ defmodule ClusterKV.Ring do parts = Enum.with_index(parts) Enum.filter(vals, fn {p, _val} -> - Logger.info("Checking wilcard vals #{inspect(p)} against #{inspect(parts)}") - Enum.all?(parts, fn {k, i} -> case Enum.at(p, i) do ^k -> true