Skip to content

Commit 5c0ed8d

Browse files
committed
event 로깅 삭제
1 parent f767238 commit 5c0ed8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export const handler: SQSHandler = async (event: SQSEvent) => {
77
const project = message.project;
88
const sesClient = new SESClient();
99

10-
console.log('event:', event);
1110
console.log('message:', message);
1211

1312
const githubRepoUrl = 'https://github.com/project-notification/readme/issues';

0 commit comments

Comments
 (0)