Remove console.log
This commit is contained in:
@@ -87,7 +87,6 @@ const addListeners = (account: ISelect | null) => {
|
|||||||
if (streamState.socket) {
|
if (streamState.socket) {
|
||||||
interval = setInterval(() => {
|
interval = setInterval(() => {
|
||||||
streamState.socket?.send("");
|
streamState.socket?.send("");
|
||||||
console.log("ping");
|
|
||||||
}, 10000);
|
}, 10000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user