diff --git a/src/components/app/MessagePanel.vue b/src/components/app/MessagePanel.vue index 322e863..b9b200b 100644 --- a/src/components/app/MessagePanel.vue +++ b/src/components/app/MessagePanel.vue @@ -15,7 +15,6 @@ selectedChannelID ? channelName : `Welcome back, ${user.username}!` " /> - {{typingRecipients}}
@@ -242,7 +241,6 @@ export default { const selection = window.getSelection(); const selected = selection.toString(); - console.log(selected); if (selected === "") { this.message = [