Skip to content

Commit

Permalink
Remove message left from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Dec 17, 2024
1 parent 2caaa09 commit 549a2b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mod_auth_fast.erl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ gen_token(#{sasl2_ua_id := UA, server := Server, user := User}) ->
c2s_handle_sasl2_inline({#{server := Server, user := User, sasl2_ua_id := UA,
sasl2_axtra_auth_info := Extra} = State, Els, Results} = Acc) ->
Mod = gen_mod:db_mod(Server, ?MODULE),
?ERROR_MSG("inl ~p", [Extra]),
NeedRegen =
case Extra of
{token, {next, Rotate}} ->
Expand Down

0 comments on commit 549a2b0

Please sign in to comment.