Skip to content

Commit

Permalink
chore: removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 20, 2025
1 parent 16bb0e6 commit 614ad9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ app.post("/", async (ctx: Context) => {
pluginChainState: new EmptyStore(),
openAiClient,
});
eventHandler.onAny(() => {
console.log(`Received POST from ${ctx.req.url}`);
});
bindHandlers(eventHandler);

// if running in Cloudflare Worker, handle the webhook in the background and return a response immediately
Expand Down

0 comments on commit 614ad9a

Please sign in to comment.