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