Skip to content

Commit

Permalink
fix: remove console.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Jul 20, 2023
1 parent 254a7ca commit e9a0e83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/rawkode.academy/cms/src/server.ts
Expand Up @@ -9,8 +9,6 @@ app.get("/", (_, res) => {
});

const start = async () => {
console.debug(process.env);

await payload.init({
secret: process.env.PAYLOAD_SECRET,
mongoURL: process.env.MONGODB_URI,
Expand Down

0 comments on commit e9a0e83

Please sign in to comment.