0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-14 16:46:50 +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; continue;
} }
#if 0
log::dwarning log::dwarning
{ {
log, "%s removing abandoned tag:%lu", log, "%s removing abandoned tag:%lu",
loghead(*this), loghead(*this),
tag.state.id, tag.state.id,
}; };
#endif
it = queue.erase(it); it = queue.erase(it);
} }