Skip to content

Commit 13a412a

Browse files
committed
Remove verbose log
1 parent 3c37f7e commit 13a412a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/cloud-function.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export const serve = async (request: Request, response: Response, next: NextFunc
6969
responseType: 'json',
7070
json,
7171
})
72-
console.log(codesandboxResponse.body)
7372
response.status(203).json({ sandboxUrl: `https://codesandbox.io/s/${codesandboxResponse.body.data.alias}` })
7473
} catch (error) {
7574
console.error(error)

0 commit comments

Comments
 (0)