Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jlengstorf committed Nov 23, 2024
1 parent 0a6c38d commit a8d5cbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/inject-env-vars/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export const onPreBuild = async function ({ inputs, utils }) {
'mux-video-player.astro',
);

console.log({ path });

const file = await readFile(path, { encoding: 'utf-8' });
const updated = file
.replace('MUX_JWT_PRIVATE_KEY,', '')
Expand Down

0 comments on commit a8d5cbf

Please sign in to comment.