Skip to content

Commit

Permalink
Merge pull request #218 from tumblr/will-fix-configaccessor-logging
Browse files Browse the repository at this point in the history
Remove logging if the config is missing
  • Loading branch information
William Richard committed Sep 10, 2014
2 parents 501a746 + 8e52c1b commit 64eac3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/util/config/ConfigAccessor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ trait ConfigAccessor {
underlying.flatMap(cfg => Option(p(cfg)))
} catch {
case e: ConfigException.Missing =>
Logger(getClass).warn("Missing value for key '%s'".format(path))

None
}
}

0 comments on commit 64eac3e

Please sign in to comment.