Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Nov 24, 2023
1 parent 49cf3f9 commit 4b1d86d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cets_discovery.erl
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ handle_system_info(State) ->
handle_nodedown(Node, State) ->
State2 = remember_nodedown_timestamp(Node, State),
{NodeUpTime, State3} = remove_nodeup_timestamp(Node, State2),
%% Not inside of the macro to make code coverage happy
?LOG_WARNING(
set_defined(connected_millisecond_duration, NodeUpTime, #{
what => nodedown,
Expand Down

0 comments on commit 4b1d86d

Please sign in to comment.