Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Nov 11, 2024
1 parent 1721438 commit 62d1676
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/dashboard/atoms/EntryEditorAtoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export const entryEditorAtoms = atomFamily(
locale,
status: 'preferDraft'
})
console.log(withParents)
const translations = (await graph.find({
select: {
locale: Entry.locale,
Expand Down
1 change: 0 additions & 1 deletion src/dashboard/atoms/EntrySummaryAtoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const entrySummaryAtoms = atomFamily(
const loader = await get(entrySummaryLoaderAtom)
// We clear the dataloader cache because we use the atom family cache
const summaries = await loader.clear(keys.id).load(keys.id)
console.log(summaries)
if (!summaries) return
const summary =
summaries[keys.locale ?? ''] ?? summaries[Object.keys(summaries)[0]]
Expand Down

0 comments on commit 62d1676

Please sign in to comment.