Remove console.log
This commit is contained in:
parent
81f5374680
commit
a81f5dccca
@ -193,20 +193,11 @@
|
||||
$: data.mentions
|
||||
.map((id) => mentionItems.find((role) => role.id === id))
|
||||
.forEach((mention) => selectedMentions.push(mention));
|
||||
|
||||
console.log(data.mentions)
|
||||
console.log(mentionItems)
|
||||
console.log(selectedMentions)
|
||||
}
|
||||
|
||||
tempColour = intToColour(data.colour);
|
||||
}
|
||||
|
||||
async function loadOptions() {
|
||||
console.log(teams);
|
||||
return teams;
|
||||
}
|
||||
|
||||
onMount(() => {
|
||||
updateMentionValues();
|
||||
updateTeamsItems();
|
||||
|
Loading…
x
Reference in New Issue
Block a user