diff --git a/api.js b/api.js index 89e0f3b..49abf2c 100644 --- a/api.js +++ b/api.js @@ -105,7 +105,6 @@ function blogSocket() { blog.addEventListener("message", async (res) => { var data = JSON.parse(res.data) - console.log(data) if (data.type == "init") { console.log("Connected to Blog Websocket!") module.exports.blogConnected = true