diff --git a/frontend/src/main.js b/frontend/src/main.js index d695566..497d2b6 100644 --- a/frontend/src/main.js +++ b/frontend/src/main.js @@ -12,14 +12,6 @@ if (loadingElement) { loadingElement.parentElement.removeChild(loadingElement); } -window.__testing = async () => { - for (let i = 0; i < 100; i++) { - await request("POST", apiRoute("channels/6/messages"), true, { - content: `test ${i}` - }); - } -}; - const app = new App({ target: document.body });