mirror of
https://github.com/pinry/pinry.git
synced 2026-05-06 07:45:46 +02:00
fix: remove unused console.log
This commit is contained in:
@@ -39,7 +39,6 @@ export default {
|
||||
},
|
||||
initializeUser(username) {
|
||||
const self = this;
|
||||
console.log(username);
|
||||
api.User.fetchUserInfoByName(username).then(
|
||||
(user) => {
|
||||
if (user === null) {
|
||||
|
||||
Reference in New Issue
Block a user