secure_channel: disable gen_statem debug option
This commit is contained in:
parent
112e0ce4b5
commit
02ca49adb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue