diff --git a/src/pipeline.ts b/src/pipeline.ts index 95f0a82..3e2306f 100644 --- a/src/pipeline.ts +++ b/src/pipeline.ts @@ -10,8 +10,6 @@ import { isRelay, nostrDate } from '@/utils.ts'; * It is idempotent, so it can be called multiple times for the same event. */ async function handleEvent(event: Event): Promise { - console.info(`firehose: Event<${event.kind}> ${event.id}`); - await Promise.all([ trackHashtags(event), storeEvent(event),