Remove the io:format line
This commit is contained in:
parent
99c83dbe21
commit
dae3d22bef
|
@ -107,7 +107,7 @@ dispatch(ClientId, Topic, Msg) ->
|
|||
try ets:lookup_element(mqtt_local_session, ClientId, 2) of
|
||||
Pid -> Pid ! {dispatch, Topic, Msg}
|
||||
catch
|
||||
error:badarg -> io:format("Session Not Found: ~p~n", [ClientId]), ok %%TODO: How??
|
||||
error:badarg -> ok %%FIXME Later.
|
||||
end.
|
||||
|
||||
call(SM, Req) ->
|
||||
|
|
Loading…
Reference in New Issue