Skip to content

Commit

Permalink
Remove a leftover debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdijt committed Sep 11, 2024
1 parent ef3a297 commit e04cb73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/PeopleService.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class PeopleService @Inject()(configuration: Configuration,
res = wsRes.status match {
case Status.OK =>
val jsonResult = Json.parse(wsRes.body)
logger.debug(jsonResult.toString())
Right((jsonResult \ "data" \ "people").get.as[Seq[Person]])
case _ => logger.error(wsRes.body)
Left(wsRes.body)
Expand Down

0 comments on commit e04cb73

Please sign in to comment.