This commit is contained in:
2025-09-19 10:10:14 +05:30
parent f65b2035c3
commit e5851b7b35
2 changed files with 0 additions and 2 deletions

View File

@@ -254,7 +254,6 @@ function BuilderResponses() {
echo.log(`Added wall: ${wall.wallUuid}`);
});
} else if (data.message === "Wall Updated Successfully") {
console.log('data: ', data.data.decals);
const wall: Wall = {
wallUuid: data.data.wallUuid,
points: data.data.points,

View File

@@ -152,7 +152,6 @@ function use2DUndoHandler() {
};
builderSocket.emit("v1:model-Wall:add", data);
console.log('data: ', data);
}
}
};