Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Oct 6, 2023
1 parent 676dce8 commit 71e2ddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Selector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ export default function Selector({confirmDialog, templateInfo, animationManager,
const models = itemData.models;
const textures = itemData.textures;
const colors = itemData.colors;
console.log("tt");
// null section (when user selects to remove an option)
if ( item == null) {
// if avatar exists and trait exsits, remove it
Expand Down

0 comments on commit 71e2ddf

Please sign in to comment.