From 02ca49adb0863fde77fd8335c02193aff4e65abe Mon Sep 17 00:00:00 2001 From: Eishun Kondoh Date: Sat, 17 Mar 2018 22:46:11 +0900 Subject: [PATCH] secure_channel: disable gen_statem debug option --- lib/tres/secure_channel.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tres/secure_channel.ex b/lib/tres/secure_channel.ex index 80e41c0..1917634 100644 --- a/lib/tres/secure_channel.ex +++ b/lib/tres/secure_channel.ex @@ -41,7 +41,7 @@ defmodule Tres.SecureChannel do " #{state_data.ip_addr}:#{state_data.port}" <> " on #{inspect(self())}" ) - :gen_statem.enter_loop(__MODULE__, [debug: [:debug]], :INIT, state_data, []) + :gen_statem.enter_loop(__MODULE__, [], :INIT, state_data, []) end # TCP handler