Skip to content

Commit b945f99

Browse files
chore: remove unused comments
1 parent aa7daf9 commit b945f99

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/errorHandler/src/plugin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import type { FastifyInstance } from "fastify";
88
const plugin = async (fastify: FastifyInstance) => {
99
fastify.log.info("Registering fastify-error-handler plugin");
1010

11-
// const { config} = fastify;
12-
1311
await fastify.register(fastifySensible);
1412

1513
await fastify.setErrorHandler(errorHandler);

0 commit comments

Comments
 (0)