Skip to content

Commit

Permalink
chore: removed unwanted log
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 18, 2025
1 parent c86a5c3 commit 0e46fde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/github/utils/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Value } from "@sinclair/typebox/value";
const _manifestCache: Record<string, Manifest> = {};

export function getPluginsForEvent(plugins: PluginConfiguration["plugins"], event: EmitterWebhookEventName) {
console.log("getPluginsForEvent", plugins, event);
return plugins.filter((plugin) => {
return plugin.uses?.[0].runsOn?.includes(event);
});
Expand Down

0 comments on commit 0e46fde

Please sign in to comment.