chore: remove comment
This commit is contained in:
parent
d2ab544582
commit
768ac99b1b
@ -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);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user