Skip to content

Commit

Permalink
refactor: remove unnecessary error log
Browse files Browse the repository at this point in the history
  • Loading branch information
jejebecarte authored Sep 2, 2024
1 parent 8184f59 commit b7f7f90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { z } from 'zod';

config();

logger.error(new Error());

const BOOLEAN_SCHEMA = z
.string()
.toLowerCase()
Expand Down

0 comments on commit b7f7f90

Please sign in to comment.