0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-05 11:38:56 +02:00

construct: Remove redundant final epoch value. (bfe864663c)

This commit is contained in:
Jason Volk 2020-10-18 16:07:07 -07:00
parent cda10cc799
commit a91dc48322

View file

@ -354,10 +354,9 @@ noexcept try
ircd::log::debug
{
"epoch construct:%zu ircd::ios:%zu ircd::ctx:%zu",
"epoch construct:%zu ircd:%zu",
handled,
ircd::ios::epoch(),
ircd::ctx::epoch(),
};
// 13