Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski committed Mar 26, 2024
1 parent cc64267 commit 6d3ca1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ object ShipConfig {
for {
externalConfig <- Configs.parseFile(externalConfigPath.map(_.toNioPath.toFile))
defaultConfig <- Configs.parseResource("ship-default.conf")
_ = println(defaultConfig)
result <- Configs.merge[ShipConfig]("ship", externalConfig, defaultConfig)
} yield result

Expand Down

0 comments on commit 6d3ca1c

Please sign in to comment.