Remove debug log

This commit is contained in:
Travis Shivers 2020-05-24 19:34:19 -05:00
parent be9acc2f29
commit 72d299f932
1 changed files with 0 additions and 3 deletions

View File

@ -424,9 +424,6 @@ export default {
context() {
return this.$store;
}
},
mounted() {
console.log(this.recentRooms)
}
};
</script>