From bb14d09aa494954f47a6f0cce000aedd6eea4668 Mon Sep 17 00:00:00 2001 From: negue Date: Thu, 16 Feb 2023 01:34:09 +0100 Subject: [PATCH] remove console --- .../client/src/pages/settings/inlineSettings/loginMethods.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/client/src/pages/settings/inlineSettings/loginMethods.vue b/website/client/src/pages/settings/inlineSettings/loginMethods.vue index 9bc951983e..a47fcda7e7 100644 --- a/website/client/src/pages/settings/inlineSettings/loginMethods.vue +++ b/website/client/src/pages/settings/inlineSettings/loginMethods.vue @@ -174,8 +174,6 @@ export default { mounted () { this.SOCIAL_AUTH_NETWORKS = SUPPORTED_SOCIAL_NETWORKS; - console.info(this.SOCIAL_AUTH_NETWORKS); - // @TODO: We may need to request the party here this.party = this.$store.state.party; this.soundIndex = 0;