Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Oct 24, 2023
1 parent 0a5ee00 commit 48d374b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ExportMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export const ExportMenu = ({getFaceScreenshot}) => {
className={styles.button}
onClick={() => {
const screenshot = getFaceScreenshot();
console.log(templateInfo.exportScale)
downloadVRM(model, avatar, name, screenshot, 4096,templateInfo.exportScale||1, true)
}}
/>
Expand Down

0 comments on commit 48d374b

Please sign in to comment.