chore(fortuna): rm dbg l_ctr
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-01-21 19:51:54 +01:00
parent f6b06cd675
commit 3db8100089
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -222,7 +222,6 @@ auto Fortuna::urandom_entropy_src_service() -> void {
static constexpr const uint8_t src_id{0};
accumulator::EventAdderImpl adder(src_id, this->R._p_pools);
mtx_l.unlock();
unsigned int l_ctr{0};
while (true) {
try {
@ -235,9 +234,7 @@ auto Fortuna::urandom_entropy_src_service() -> void {
// I know, debug-only
assert(this->accumulator._p_pools_equal(this->R._p_pools));
fmt::print("[i] ues l_ctr: {}\n", l_ctr);
ues.event(adder);
++l_ctr;
}
p_ul.unlock();
}