Skip to content

Commit 14fc411

Browse files
committed
clean log
1 parent f9c77c2 commit 14fc411

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lambda.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export async function lambda (e) {
66
const json = JSON.parse(zlib.gunzipSync(payload).toString('utf8'))
77

88
for (const { message } of json.logEvents) {
9-
console.log('Message:', message)
109
const idx = message.indexOf('{')
1110
if (idx === -1) continue // skip if no JSON
1211
const jsonStr = message.slice(idx)

0 commit comments

Comments
 (0)