From 778ccaf01514f24af5abf9e7a014353f8c752ee7 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 5 Oct 2020 22:54:14 -0600 Subject: [PATCH] Remove redundant method --- src/views/Lobby.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/Lobby.vue b/src/views/Lobby.vue index 388d37e..821e4c0 100644 --- a/src/views/Lobby.vue +++ b/src/views/Lobby.vue @@ -8,7 +8,7 @@
Game Code: @@ -48,9 +48,6 @@ export default { game_code: this.game_code, }); }, - copy_game_code() { - this.$clipboard(this.game_code); - }, copy_success() { this.$emit(`alert`, { message: `Game code copied to your clipboard.`,