Skip to content

Commit

Permalink
removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfroeller committed Apr 29, 2024
1 parent 99c603c commit 067c815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/v1/heroku/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ require('dotenv').config();

herokuRouter.get('/drop-and-create-tables', async (request, response) => {
const passphrase = request?.headers?.authorization?.split('Bearer ')[1] ?? '';
console.log(passphrase, request?.headers);

const validPassphrase = process.env.DEV_ACCESS_PASSPHRASE === passphrase;

Expand Down

0 comments on commit 067c815

Please sign in to comment.