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