We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d37e2 commit fb7d28dCopy full SHA for fb7d28d
scripts/sync-sched/sync.ts
@@ -96,7 +96,6 @@ async function sync(
96
console.log("Getting schedule and speakers list...")
97
98
const schedule = getSchedule(ctx)
99
- console.dir(await schedule, { depth: 9, maxArrayLength: null })
100
const thisYearSpeakers = getSpeakers(ctx)
101
const existingSchedule = readFile(scheduleFilePath, "utf-8").then(JSON.parse)
102
const existingSpeakers = readFile(speakersFilePath, "utf-8").then(JSON.parse)
0 commit comments