Skip to content

Commit 90a6a42

Browse files
committed
[DTR-292] Remove debug println statement from CancelPaymentPlanController
1 parent f991353 commit 90a6a42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/controllers/CancelPaymentPlanController.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ class CancelPaymentPlanController @Inject() (
7171
} else {
7272
val planType = request.userAnswers.get(ManagePaymentPlanTypePage).getOrElse("")
7373
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")
7674
Redirect(routes.JourneyRecoveryController.onPageLoad())
7775
}
7876
}

0 commit comments

Comments
 (0)