aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-03-12 22:14:41 +0200
committerHenry Jameson <me@hjkos.com>2019-03-12 22:14:41 +0200
commit644eba87fe1d290bfce298a0b744375608a688f3 (patch)
tree764b99696ac3a877c4a1cdffb5b219d88f200b62
parent27cbe3ca658e3f9a40650f119854cd7d31094085 (diff)
whoops
-rw-r--r--src/components/user_profile/user_profile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js
index 216ac392..1bf4a86d 100644
--- a/src/components/user_profile/user_profile.js
+++ b/src/components/user_profile/user_profile.js
@@ -102,7 +102,6 @@ const UserProfile = {
} else {
fetchPromise = this.$store.dispatch('fetchUser', this.userName)
.then(({ id }) => {
- console.log(arguments)
this.fetchedUserId = id
})
}