Remove debug print

This commit is contained in:
zhouzb 2019-09-05 16:16:19 +08:00
parent 983973c841
commit cc4ee065a4
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ handle_in(?DISCONNECT_PACKET(RC, Properties), Channel = #channel{session = Sessi
_ -> Channel
end,
Channel2 = Channel1#channel{session = emqx_session:update_expiry_interval(Interval, Session)},
io:format("Interval: ~p~n", [Interval]),
case Interval of
?UINT_MAX ->
{ok, ensure_timer(will_timer, Channel2)};