Skip to content

Commit 7056409

Browse files
committed
No need this
1 parent 66344e7 commit 7056409

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/api/get-image.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export default async (req, res) => {
1515
const tweetId = splitLastItem[0]
1616

1717
let browser
18-
console.log({ VERCEL_ENV: process.env.VERCEL_ENV })
1918
if (process.env.VERCEL_ENV === 'production') {
2019
const executablePath = await chromium.executablePath()
2120
browser = await puppeteerCore.launch({

0 commit comments

Comments
 (0)