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