Skip to content

Commit

Permalink
clean: don't put to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Sep 20, 2024
1 parent df343e4 commit 21c0c31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/off_broadway/emqqt/broker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ defmodule OffBroadway.EMQTT.Broker do
# :ets.insert_new(state.ets_table, {:tail, message})
{:noreply, [], state}

{count, _} ->
IO.puts(count)
{_, _} ->
:ets.insert(state.ets_table, {:erlang.phash2({state.client_id, message}), message})
end

Expand Down

0 comments on commit 21c0c31

Please sign in to comment.