mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Remove spammy log
This commit is contained in:
@@ -535,7 +535,6 @@ async function main(argv: ReturnType<typeof parseArgs>) {
|
|||||||
]
|
]
|
||||||
|
|
||||||
for await (const rawStreams of combineDataSources(dataSources)) {
|
for await (const rawStreams of combineDataSources(dataSources)) {
|
||||||
console.debug('Processing streams:', rawStreams)
|
|
||||||
const streams = idGen.process(rawStreams)
|
const streams = idGen.process(rawStreams)
|
||||||
updateState({ streams })
|
updateState({ streams })
|
||||||
updateViewsFromStateDoc()
|
updateViewsFromStateDoc()
|
||||||
|
|||||||
Reference in New Issue
Block a user