From 24cbab0df6901ef67219f5639b3a352039ba5bc1 Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Mon, 14 Jul 2025 10:40:22 +1000 Subject: [PATCH] Removed test code --- multistream-alerts/script.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/multistream-alerts/script.js b/multistream-alerts/script.js index 1c35634..0087703 100644 --- a/multistream-alerts/script.js +++ b/multistream-alerts/script.js @@ -1785,13 +1785,4 @@ function SetConnectionStatus(connected) { statusContainer.style.transition = ""; statusContainer.style.opacity = 1; } -} - -let data = { - "chatroom_id": 137726, - "optional_message": "", - "number_viewers": 334, - "host_username": "spoomenka" -} - -KickStreamHost(data); \ No newline at end of file +} \ No newline at end of file