mirror of
https://github.com/matrix-construct/construct
synced 2024-12-30 17:34:04 +01:00
modules/console: Remove unnecessary output of the srv_key.
This commit is contained in:
parent
5e2633d10b
commit
eab8b87970
1 changed files with 0 additions and 2 deletions
|
@ -2764,8 +2764,6 @@ console_cmd__net__host__cache__SRV__clear(opt &out, const string_view &line)
|
|||
net::dns::make_SRV_key(srv_key_buf, hostport, opts)
|
||||
};
|
||||
|
||||
out << srv_key << std::endl;
|
||||
|
||||
const auto ret
|
||||
{
|
||||
net::dns::cache.SRV.erase(srv_key)
|
||||
|
|
Loading…
Reference in a new issue