Skip to content

Commit

Permalink
Remove printline
Browse files Browse the repository at this point in the history
Co-authored-by: Per-Christian Nielsen <[email protected]>
  • Loading branch information
tanettrimas and perchrnie committed Sep 27, 2022
1 parent 32e91e4 commit 380a139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ data class OAuth2HttpRequest(
.port(hostUri.port)
.encodedPath(originalUrl.encodedPath)
.query(originalUrl.query)
.build().also { println(it) }
.build()
} ?: originalUrl

}
Expand Down

0 comments on commit 380a139

Please sign in to comment.