Skip to content

Commit cae130f

Browse files
committed
remove extra log call
1 parent e456c6a commit cae130f

File tree

1 file changed

+0
-2
lines changed
  • functions/zoom-meeting-webhook-handler

1 file changed

+0
-2
lines changed

functions/zoom-meeting-webhook-handler/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ const handler = async function (event, context) {
3838

3939
const request = JSON.parse(event.body);
4040

41-
console.log(request);
42-
4341
if (request.event == 'endpoint.url_validation') {
4442
const hashForValidate = crypto
4543
.createHmac('sha256', ZOOM_SECRET)

0 commit comments

Comments
 (0)