diff options
| author | Henry Jameson <me@hjkos.com> | 2019-03-12 22:14:41 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-03-12 22:14:41 +0200 |
| commit | 644eba87fe1d290bfce298a0b744375608a688f3 (patch) | |
| tree | 764b99696ac3a877c4a1cdffb5b219d88f200b62 /src/components/user_profile/user_profile.js | |
| parent | 27cbe3ca658e3f9a40650f119854cd7d31094085 (diff) | |
whoops
Diffstat (limited to 'src/components/user_profile/user_profile.js')
| -rw-r--r-- | src/components/user_profile/user_profile.js | 1 |
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 }) } |
