remove check
This commit is contained in:
parent
db1637a924
commit
df8be9a8b5
|
@ -52,7 +52,6 @@ public:
|
|||
|
||||
bool AreClientsListening()
|
||||
{
|
||||
check(Stream.has_value());
|
||||
return Stream ? Stream->AreClientsListening() : false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue