Skip to content

Commit

Permalink
chore: removing unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Oct 11, 2024
1 parent 1176235 commit 8ca0082
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function submitData(attemptIdParam = null) {

// If attemptId is not provided as a parameter, generate it
if (!attemptId) {
AdyenLogs.fatal_log('not entering here');
const initialAnalyticsCall = createCheckoutAttemptId();
attemptId = initialAnalyticsCall.attemptId;
}
Expand Down

0 comments on commit 8ca0082

Please sign in to comment.