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:
parent
ff1912ea5f
commit
ec006b23fa
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue