fix: Remove console log statements for cleaner output

This commit is contained in:
2025-04-08 15:00:36 +05:30
parent b5ba3a0ce1
commit a6993ccd2e
3 changed files with 1 additions and 3 deletions

View File

@@ -150,7 +150,6 @@ async function handleModelLoad(
const organization = email ? email.split("@")[1].split(".")[0] : "";
getAssetEventType(selectedItem.id, organization).then(async (res) => {
console.log('res: ', res);
if (res.type === "Conveyor") {
const pointUUIDs = res.points.map(() => THREE.MathUtils.generateUUID());