Remove spammy log

This commit is contained in:
Max Goodhart
2025-06-14 23:16:15 +00:00
parent 213325c543
commit 7100451f49

View File

@@ -535,7 +535,6 @@ async function main(argv: ReturnType<typeof parseArgs>) {
]
for await (const rawStreams of combineDataSources(dataSources)) {
console.debug('Processing streams:', rawStreams)
const streams = idGen.process(rawStreams)
updateState({ streams })
updateViewsFromStateDoc()