secure_channel: disable gen_statem debug option

This commit is contained in:
Eishun Kondoh 2018-03-17 22:46:11 +09:00
parent 112e0ce4b5
commit 02ca49adb0

View file

@ -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