From c856ed3b225d7030a955725f38b09425a99b4e8f Mon Sep 17 00:00:00 2001 From: Bossett Date: Wed, 1 Jan 2025 00:17:08 +0000 Subject: [PATCH] remove addn logging --- src/util/subscription.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util/subscription.ts b/src/util/subscription.ts index 4be8e7c..3c4e98e 100755 --- a/src/util/subscription.ts +++ b/src/util/subscription.ts @@ -36,7 +36,6 @@ export abstract class FirehoseSubscriptionBase { }) this.jetstream.on('commit', (event) => { - console.log('got event') eventQueue.push(event) if ( eventQueue.length > 1000 && @@ -105,7 +104,6 @@ export abstract class FirehoseSubscriptionBase { } await semaphore.acquire().then(async ([value, release]) => { - console.log('handling event') this.handleEvent(posts) .then(() => { lastSuccessfulCursor = posts.cursor