Removed console debugging
This commit is contained in:
parent
5dff2f3017
commit
785b6f50ae
|
@ -128,9 +128,6 @@
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
$: parsedInvites = invitesToSchema(pendingInvites)
|
$: parsedInvites = invitesToSchema(pendingInvites)
|
||||||
$: console.log("parsed invites ", parsedInvites)
|
|
||||||
// $: console.log(pendingInvites)
|
|
||||||
$: console.log(enrichedUsers)
|
|
||||||
|
|
||||||
const updateFetch = email => {
|
const updateFetch = email => {
|
||||||
fetch.update({
|
fetch.update({
|
||||||
|
|
Loading…
Reference in New Issue