Skip to content

Commit

Permalink
remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Sep 14, 2023
1 parent 766d3b5 commit 61ea75d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default Controller.extend({
const wizardId = this.get("wizard.id");
window.location.href = getUrl(`/w/${wizardId}/steps/${nextStepId}`);
} else {
debugger;
this.router.transitionTo("customWizardStep", nextStepId);
}
},
Expand Down

0 comments on commit 61ea75d

Please sign in to comment.