0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 07:54:05 +01:00

ircd::server: Disable dwarning for tag removal for now.

This commit is contained in:
Jason Volk 2019-12-13 11:52:52 -08:00
parent ff1912ea5f
commit ec006b23fa

View file

@ -1824,12 +1824,14 @@ ircd::server::link::cleanup_canceled()
continue;
}
#if 0
log::dwarning
{
log, "%s removing abandoned tag:%lu",
loghead(*this),
tag.state.id,
};
#endif
it = queue.erase(it);
}