Skip to content

Commit

Permalink
removing unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Courey committed Dec 10, 2024
1 parent 9a8df1c commit 211cbc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/lib/env.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ export function getEnvOrDieInProduction(key: string) {
if (process.env.NODE_ENV === 'production') {
dieForEnv(key)
}
console.warn(
`environment variable ${key} must be set for production. Proceeding anyway since we are in ${process.env.NODE_ENV}`
)
}
return result
}
Expand Down

0 comments on commit 211cbc5

Please sign in to comment.