From b56165af74e1ecf6c121e439458106aaa732d1ac Mon Sep 17 00:00:00 2001 From: hswick Date: Thu, 30 Aug 2018 14:18:34 -0500 Subject: [PATCH] Silence constructor warning --- lib/exw3.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/exw3.ex b/lib/exw3.ex index 8e98906..475d5a8 100644 --- a/lib/exw3.ex +++ b/lib/exw3.ex @@ -498,7 +498,7 @@ defmodule ExW3 do bin <> (ExW3.encode_data(types_signature, arguments) |> Base.encode16(case: :lower)) else - IO.warn("Could not find a constructor") + #IO.warn("Could not find a constructor") bin end else