Remove console.log

This commit is contained in:
Valtteri Karesto
2022-06-28 11:03:56 +03:00
parent ba1b64391c
commit 89217d2633

View File

@@ -87,7 +87,6 @@ const addListeners = (account: ISelect | null) => {
if (streamState.socket) {
interval = setInterval(() => {
streamState.socket?.send("");
console.log("ping");
}, 10000);
}