mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Disable some console.log code, that is only needed while developing.
Thanks to xet7 !
This commit is contained in:
parent
4d13d51038
commit
f40c9804f8
4 changed files with 6 additions and 6 deletions
|
|
@ -175,7 +175,7 @@ BlazeComponent.extendComponent({
|
|||
}
|
||||
if (user) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('found username:', user.username);
|
||||
// console.log('found username:', user.username);
|
||||
member.wekanId = user._id;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue