Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Jun 10, 2024
1 parent 141efd6 commit 4e36950
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ export const EngagementTabsContextProvider = ({ children }: { children: React.Re
if (hasErrors) {
return;
}
console.log('Engagement saving...');

const engagement = isNewEngagement
? await handleCreateEngagementRequest({
Expand All @@ -558,10 +557,7 @@ export const EngagementTabsContextProvider = ({ children }: { children: React.Re
status_block: surveyBlockList,
});

console.log('Engagement saved:', engagement);

if (!isNewEngagement) {
console.log('Updating engagement settings...');
await updateEngagementSettings(sendReport);
await updateSummaryContent();
await updateCustomContent();
Expand Down

0 comments on commit 4e36950

Please sign in to comment.