Skip to content

Commit

Permalink
DC-5178: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ardwalker committed Jun 28, 2023
1 parent cd70bb5 commit e2f9eb8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import uk.gov.hmrc.hmrcemailrenderer.domain.{ MessagePriority, MessageTemplate }
import uk.gov.hmrc.hmrcemailrenderer.templates.FromAddress
import uk.gov.hmrc.hmrcemailrenderer.templates.ServiceIdentifier.EconomicCrimeLevy

//import views.{ html, txt }

object EclTemplates {

val templates = Seq(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import uk.gov.hmrc.hmrcemailrenderer.domain.{ MessagePriority, MessageTemplate }
import uk.gov.hmrc.hmrcemailrenderer.templates.FromAddress
import uk.gov.hmrc.hmrcemailrenderer.templates.ServiceIdentifier.PayAsYouEarn
import uk.gov.hmrc.hmrcemailrenderer.templates.digitalcontact.DigitalContactTemplates.{ defaultFromAddress, defaultFromAddressWelsh }
//import uk.gov.hmrc.hmrcemailrenderer.templates.digitalcontact.{html, txt}

object PayeTemplates {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package uk.gov.hmrc.hmrcemailrenderer.model

//import net.bytebuddy.utility.JavaModule.Dispatcher.Enabled
import org.scalatest.matchers.should.Matchers
import org.scalatest.wordspec.AnyWordSpec
import play.api.libs.json._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import org.scalatestplus.play.PlaySpec
import uk.gov.hmrc.hmrcemailrenderer.domain.{ MessagePriority, MessageTemplate }
import uk.gov.hmrc.hmrcemailrenderer.templates.CommonParamsForSpec
import uk.gov.hmrc.hmrcemailrenderer.templates.ServiceIdentifier.SelfAssessment
//import uk.gov.hmrc.hmrcemailrenderer.templates.digitalcontact.{ html, txt }

class NewMessageAlert_P800Spec extends PlaySpec with CommonParamsForSpec {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import org.scalatestplus.play.PlaySpec
import uk.gov.hmrc.hmrcemailrenderer.domain.{ MessagePriority, MessageTemplate }
import uk.gov.hmrc.hmrcemailrenderer.templates.CommonParamsForSpec
import uk.gov.hmrc.hmrcemailrenderer.templates.ServiceIdentifier.PayAsYouEarn
//import uk.gov.hmrc.hmrcemailrenderer.templates.digitalcontact.{ html, txt }

class NewMessageAlert_PA302Spec extends PlaySpec with CommonParamsForSpec {

Expand Down

0 comments on commit e2f9eb8

Please sign in to comment.