We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f991353 commit 90a6a42Copy full SHA for 90a6a42
app/controllers/CancelPaymentPlanController.scala
@@ -71,8 +71,6 @@ class CancelPaymentPlanController @Inject() (
71
} else {
72
val planType = request.userAnswers.get(ManagePaymentPlanTypePage).getOrElse("")
73
logger.error(s"NDDS Payment Plan Guard: Cannot cancel this plan type: $planType")
74
- // TODO removed after testing
75
- println(s"NDDS Payment Plan Guard: Cannot cancel this plan type: $planType")
76
Redirect(routes.JourneyRecoveryController.onPageLoad())
77
}
78
0 commit comments