This commit is contained in:
Henry Jameson 2019-03-12 22:14:41 +02:00
parent 27cbe3ca65
commit 644eba87fe
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ const UserProfile = {
} else {
fetchPromise = this.$store.dispatch('fetchUser', this.userName)
.then(({ id }) => {
console.log(arguments)
this.fetchedUserId = id
})
}