chore: remove comment

This commit is contained in:
James Murdza 2024-10-25 19:21:59 -06:00
parent d2ab544582
commit 768ac99b1b

View File

@ -120,7 +120,6 @@ io.on("connection", async (socket) => {
sandboxes[data.sandboxId] = sandboxManager sandboxes[data.sandboxId] = sandboxManager
const sendFileNotifications = (files: (TFolder | TFile)[]) => { const sendFileNotifications = (files: (TFolder | TFile)[]) => {
console.log("NOTIFICATION")
connections.connectionsForSandbox(data.sandboxId).forEach((socket: Socket) => { connections.connectionsForSandbox(data.sandboxId).forEach((socket: Socket) => {
socket.emit("loaded", files); socket.emit("loaded", files);
}); });