pipeline: remove redundant console.log
This commit is contained in:
parent
45abaf14a4
commit
2011ca6e1d
|
@ -10,8 +10,6 @@ import { isRelay, nostrDate } from '@/utils.ts';
|
||||||
* It is idempotent, so it can be called multiple times for the same event.
|
* It is idempotent, so it can be called multiple times for the same event.
|
||||||
*/
|
*/
|
||||||
async function handleEvent(event: Event): Promise<void> {
|
async function handleEvent(event: Event): Promise<void> {
|
||||||
console.info(`firehose: Event<${event.kind}> ${event.id}`);
|
|
||||||
|
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
trackHashtags(event),
|
trackHashtags(event),
|
||||||
storeEvent(event),
|
storeEvent(event),
|
||||||
|
|
Loading…
Reference in New Issue