Skip to content

Commit 287ceab

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/kotlin/com/fox2code/mmm/androidacy/AndroidacyActivity.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ class AndroidacyActivity : FoxActivity() {
429429
"https://staging-api.androidacy.com/magisk/file/"
430430
)) { // Make both staging and non staging act the same
431431
if (url.startsWith(prefix)) {
432-
Timber.i("File URL: %s", url)
433432
return true
434433
}
435434

@@ -443,7 +442,6 @@ class AndroidacyActivity : FoxActivity() {
443442
"https://staging-api.androidacy.com/magisk/file/"
444443
)) { // Make both staging and non staging act the same
445444
if (url.startsWith(prefix)) {
446-
Timber.i("Download URL: %s", url)
447445
return true
448446
}
449447
}

0 commit comments

Comments
 (0)