Skip to content

Commit

Permalink
lose unneded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Dec 5, 2024
1 parent 814ab7c commit 36a9506
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions common/app/common/configuration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import common.Environment.{app, awsRegion, stage}
import conf.{Configuration, Static}
import org.apache.commons.io.IOUtils
import services.ParameterStore
import model.dotcomrendering.DotcomRenderingUtils.assetURL

import scala.jdk.CollectionConverters._
import scala.concurrent.duration._
Expand Down Expand Up @@ -524,7 +523,6 @@ class GuardianConfiguration extends GuLogging {
lazy val overrideCommercialBundleUrl: Option[String] =
if (environment.isDev) configuration.getStringProperty("commercial.overrideCommercialBundleUrl")
else None

}

object journalism {
Expand Down
1 change: 0 additions & 1 deletion common/conf/env/DEVINFRA.properties
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ guardian.page.externalEmbedHost=https://embed.theguardian.com
aws.region=eu-west-1

# Commercial links
commercial.bundlePath=/test/commercial-bundle.js
commercial.books_url=http://www.guardianbookshop.co.uk
commercial.masterclasses_url=http://theguardian.com/guardian-masterclasses

Expand Down

0 comments on commit 36a9506

Please sign in to comment.