remove check

This commit is contained in:
bernatx 2022-09-16 09:41:28 +02:00
parent db1637a924
commit df8be9a8b5
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ public:
bool AreClientsListening()
{
check(Stream.has_value());
return Stream ? Stream->AreClientsListening() : false;
}