fix: tone down the logging a bit
This commit is contained in:
parent
190e3ce7bb
commit
60fc1fa74b
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ data class ImageData(
|
|||
try {
|
||||
// Fetch the image
|
||||
val response = httpSource.getImage(page)
|
||||
Logger.log("Response: ${response.code}")
|
||||
Logger.log("Response: ${response.message}")
|
||||
Logger.log("Response: ${response.code} - ${response.message}")
|
||||
|
||||
// Convert the Response to an InputStream
|
||||
val inputStream = response.body.byteStream()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue