Skip to content

Commit

Permalink
remove addn logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Jan 1, 2025
1 parent 00cdac0 commit c856ed3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export abstract class FirehoseSubscriptionBase {
})

this.jetstream.on('commit', (event) => {
console.log('got event')
eventQueue.push(event)
if (
eventQueue.length > 1000 &&
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c856ed3

Please sign in to comment.