Skip to content

Commit

Permalink
chore: remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
skywarth committed Jun 19, 2024
1 parent fb0c9ff commit 954f8ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Config/RepositoryConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class RepositoryConfig implements HasEventSubscriptions{


isEventSubscriptionEnabled(event: EmitterWebhookEventName): boolean {
console.log(this.event_subscriptions[event]);
return this.event_subscriptions[event] ?? this.defaultEventSubscription;
}
}

0 comments on commit 954f8ab

Please sign in to comment.