remove console

This commit is contained in:
negue
2023-02-16 01:34:09 +01:00
parent 8c5e722c72
commit bb14d09aa4
@@ -174,8 +174,6 @@ export default {
mounted () { mounted () {
this.SOCIAL_AUTH_NETWORKS = SUPPORTED_SOCIAL_NETWORKS; this.SOCIAL_AUTH_NETWORKS = SUPPORTED_SOCIAL_NETWORKS;
console.info(this.SOCIAL_AUTH_NETWORKS);
// @TODO: We may need to request the party here // @TODO: We may need to request the party here
this.party = this.$store.state.party; this.party = this.$store.state.party;
this.soundIndex = 0; this.soundIndex = 0;