From 2c77d752f7a6f6f0ce6e0bb8818ab5a27c8fd62b Mon Sep 17 00:00:00 2001 From: billsonnn Date: Mon, 1 Apr 2024 23:20:12 -0400 Subject: [PATCH] Changes --- src/hooks/avatar-editor/useAvatarEditor.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hooks/avatar-editor/useAvatarEditor.ts b/src/hooks/avatar-editor/useAvatarEditor.ts index b04f7ad9..82dd433c 100644 --- a/src/hooks/avatar-editor/useAvatarEditor.ts +++ b/src/hooks/avatar-editor/useAvatarEditor.ts @@ -177,8 +177,6 @@ const useAvatarEditorState = () => newAvatarModels[AvatarEditorFigureCategory.LEGS] = [ FigureData.TROUSERS, FigureData.SHOES, FigureData.TROUSER_ACCESSORIES ].map(setType => buildCategory(setType)); newAvatarModels[AvatarEditorFigureCategory.WARDROBE] = []; - console.log(newAvatarModels); - setAvatarModels(newAvatarModels); setActiveModelKey(AvatarEditorFigureCategory.GENERIC); }, [ isVisible, gender, figureSetIds ]);