Skip to content

Commit

Permalink
remove elog when ship thread exits
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Sep 22, 2022
1 parent 25db760 commit 79d74ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ class state_history_log {
eptr = std::current_exception();
write_thread_has_exception = true;
}
elog("${name} thread ended", ("name", this->name));
});
}

Expand Down

0 comments on commit 79d74ac

Please sign in to comment.