Remove spam

This commit is contained in:
Kieran 2023-01-01 20:02:54 +00:00
parent b7b10eebbc
commit 11f5f71108
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -32,7 +32,6 @@ export default function useSubscription(sub, opt) {
useEffect(() => {
if (sub) {
sub.OnEvent = (e) => {
console.debug(e);
dispatch(e);
};