Skip to content

Commit

Permalink
chore: delete println
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jul 21, 2024
1 parent 4c27c4d commit 62dd168
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ object CreateOrUpdateAuthor extends IOApp {
Author(name = AuthorName(args(0)), displayName = AuthorDisplayName(args(1)), password = BCryptPassword(bcryptPasswordEncoder.encode(args(2))))
)
_ <- IO(logger.info(s"author created: ${author.asJson}"))
_ <- IO(println(s"author created: ${author.asJson}"))
} yield author)
.handleErrorWith { e =>
e match
Expand Down

0 comments on commit 62dd168

Please sign in to comment.