Skip to content

Commit 6259806

Browse files
prevent information disclosure
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent e75a2a6 commit 6259806

File tree

1 file changed

+0
-1
lines changed
  • app/src/main/kotlin/com/fox2code/mmm/utils/io/net

1 file changed

+0
-1
lines changed

app/src/main/kotlin/com/fox2code/mmm/utils/io/net/Http.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ enum class Http {;
531531
}
532532
return doHttpGet(url, allowCache)
533533
} else {
534-
Timber.e("Failed to fetch " + url + ", code: " + response.code)
535534
throw HttpException(response.code)
536535
}
537536
}

0 commit comments

Comments
 (0)