Skip to content

Commit 0749b14

Browse files
committed
Fix logging
1 parent ef8ffd1 commit 0749b14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/records-manifest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export const handler: Handler = async (event: any, context?: any) => {
9898
} catch (err) {
9999
console.error(err);
100100
}
101-
console.log(JSON.stringify(recList));
102101
const cmd = new PutObjectCommand({
103102
Bucket: REC_BUCKET,
104103
Key: `_manifest.json`,

0 commit comments

Comments
 (0)