Remove clientside logging for the heartbeat

It works now so I have no need for it anymore
This commit is contained in:
Ayane Satomi 2023-10-23 14:03:22 +00:00
parent 97d20ea68f
commit 06ba0c3dfc

View file

@ -124,7 +124,6 @@ export default function Counter(props: SharedProps) {
ws.onmessage = (e) => {
switch (e.data) {
case (0x1).toString():
console.log("Received Keepalive from server.");
clearTimeout(tm);
clearInterval(heartbeat);