|
@@ -440,7 +440,6 @@ export const getAITaggingInfos = async (
|
|
|
: shape.category;
|
|
: shape.category;
|
|
|
const itemIcon = getIconItem(icon);
|
|
const itemIcon = getIconItem(icon);
|
|
|
const isWall = itemIcon && "wall" in itemIcon ? itemIcon.wall : false;
|
|
const isWall = itemIcon && "wall" in itemIcon ? itemIcon.wall : false;
|
|
|
- console.log(isWall, shape);
|
|
|
|
|
if (isWall) continue;
|
|
if (isWall) continue;
|
|
|
|
|
|
|
|
const name = itemIcon?.name || "";
|
|
const name = itemIcon?.name || "";
|