Remove unnecessary log warning

This commit is contained in:
Tyler Neely 2023-02-07 16:47:56 +00:00
parent 5d89b5525c
commit 1f16ab6d56

View File

@ -172,7 +172,6 @@ class SimulatorHandle {
bool can_receive = contains_items && can_rx.back().deliverable_at <= cluster_wide_time_microseconds_;
if (can_receive) {
spdlog::warn("can receive");
OpaqueMessage message = std::move(can_rx.back());
can_rx.pop_back();