Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Jan 25, 2024
1 parent 108c780 commit 42c1422
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ export const useChangeRequestApi = () => {
scheduledAt?: string;
},
) => {
console.log({
eventType: payload.state,
previousState,
id: changeRequestId,
conflictCount,
});
trackEvent('change_request', {
props: {
eventType: payload.state,
Expand Down

0 comments on commit 42c1422

Please sign in to comment.