Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sthadka committed Oct 29, 2015
1 parent 0d3e562 commit 85338be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elli_access_log_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ handle_info(flush, State) ->
{Msg, State#state.msg_opts}
end, flush(State#state.name)),

lists:map(fun ({Message, MsgOpt}) ->
lists:map(fun ({Message, _MsgOpt}) ->
syslog:log(State#state.log, info, Message)
end, SyslogMessages),

Expand Down

0 comments on commit 85338be

Please sign in to comment.