Loosen up filters a bit

This commit is contained in:
Valtteri Karesto
2022-03-23 09:52:57 +02:00
parent bbd1d162f0
commit 11f2cffc87

View File

@@ -120,7 +120,6 @@ const DebugStream = () => {
}
} catch (err) {
// Lets just skip if we cannot parse the message
return;
}
return streamState.logs.push(log);
};