diff --git a/backend/server/src/index.ts b/backend/server/src/index.ts index 9f4345a..08ede15 100644 --- a/backend/server/src/index.ts +++ b/backend/server/src/index.ts @@ -120,7 +120,6 @@ io.on("connection", async (socket) => { sandboxes[data.sandboxId] = sandboxManager const sendFileNotifications = (files: (TFolder | TFile)[]) => { - console.log("NOTIFICATION") connections.connectionsForSandbox(data.sandboxId).forEach((socket: Socket) => { socket.emit("loaded", files); });