remove assert()

we_changed_our_state can accept the state we are in right now, so this
assert no longer is correct.
pull/2045/head
Jeff Becker 2 years ago
parent 6a110a4f1b
commit 3a8007cc3f
No known key found for this signature in database
GPG Key ID: 025C02EE3A092F2D

@ -17,7 +17,6 @@ namespace llarp::sys
void
we_changed_our_state(ServiceState st) override
{
assert(m_State != st);
m_State = st;
report_changed_state();
}

Loading…
Cancel
Save