Disable some console.log code, that is only needed while developing.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-02-02 18:31:13 +02:00
parent 4d13d51038
commit f40c9804f8
4 changed files with 6 additions and 6 deletions

View file

@ -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;
}
}