fix: remove unused console.log

This commit is contained in:
winkidney
2022-04-22 22:41:14 -07:00
parent ec31ba6e91
commit 7b8f89d97b

View File

@@ -39,7 +39,6 @@ export default {
},
initializeUser(username) {
const self = this;
console.log(username);
api.User.fetchUserInfoByName(username).then(
(user) => {
if (user === null) {