Skip to content

Commit 5ca623f

Browse files
committed
Remove unnecessary comment
1 parent df338c2 commit 5ca623f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Universal / javaOptions ++= Seq(
1919

2020
Test / javaOptions += "-Dconfig.file=conf/application.test.conf"
2121

22-
// For local development: load config from ~/.gu/amiable.local.conf.
23-
// Uses Runtime scope so Play's dev server picks it up (same pattern as guardian/frontend).
2422
Runtime / javaOptions += s"-Dconfig.file=${System.getProperty("user.home")}/.gu/amiable.local.conf"
2523

2624
routesGenerator := InjectedRoutesGenerator

0 commit comments

Comments
 (0)