webaverse-studios / CharacterCreator

3D Avatar Creator for Everyone
https://moemate.io
MIT License
84 stars 47 forks source link

Remove console log statements #243

Closed soulofmischief closed 1 year ago

soulofmischief commented 1 year ago

console.log statements should not be committed 90% of the time, let's stick to console.debug, console.info etc and generally not commit debug messages unless it makes sense.

soulofmischief commented 1 year ago

Fixed