mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd: Remove explicit catch for http::error around main().
This commit is contained in:
parent
41c36836cc
commit
e4a07517fd
1 changed files with 0 additions and 7 deletions
|
@ -312,13 +312,6 @@ noexcept try
|
|||
// living on it.
|
||||
ctx::wait();
|
||||
}
|
||||
catch(const http::error &e) // <-- m::error
|
||||
{
|
||||
log::critical
|
||||
{
|
||||
"IRCd main :%s %s", e.what(), e.content
|
||||
};
|
||||
}
|
||||
catch(const std::exception &e)
|
||||
{
|
||||
log::critical
|
||||
|
|
Loading…
Reference in a new issue