removed debugging

This commit is contained in:
unknown 2020-01-03 10:35:11 +00:00
parent 2b7df20e81
commit c4bd9e1917

View file

@ -15,7 +15,6 @@
selectedChannelID ? channelName : `Welcome back, ${user.username}!`
"
/>
{{typingRecipients}}
<div class="loading" v-if="selectedChannelID && !selectedChannelMessages">
<spinner />
</div>
@ -242,7 +241,6 @@ export default {
const selection = window.getSelection();
const selected = selection.toString();
console.log(selected);
if (selected === "") {
this.message = [