We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66344e7 commit 7056409Copy full SHA for 7056409
pages/api/get-image.js
@@ -15,7 +15,6 @@ export default async (req, res) => {
15
const tweetId = splitLastItem[0]
16
17
let browser
18
- console.log({ VERCEL_ENV: process.env.VERCEL_ENV })
19
if (process.env.VERCEL_ENV === 'production') {
20
const executablePath = await chromium.executablePath()
21
browser = await puppeteerCore.launch({
0 commit comments