Skip to content

Commit

Permalink
fix: Drop heavy log from sendBulkAnnotations.js (#19633)
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Feb 16, 2024
1 parent 95c945f commit 1f97a6f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export default function sendBulkAnnotations(payload) {
check(meetingId, String);
check(requesterUserId, String);

console.log("!!!!!!! sendBulkAnnotations!!!!:", payload)

sendAnnotationHelper(payload, meetingId, requesterUserId);
//payload.forEach((annotation) => sendAnnotationHelper(annotation, meetingId, requesterUserId));
return true;
Expand Down

0 comments on commit 1f97a6f

Please sign in to comment.