Skip to content

Commit

Permalink
No issue: Remove accidental debug logging. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare authored and mergify[bot] committed Oct 25, 2021
1 parent 887be68 commit 61749a1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import android.content.Intent
import android.content.pm.PackageManager
import android.net.Uri
import android.os.Bundle
import android.util.Log
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
Expand Down Expand Up @@ -256,7 +255,6 @@ class BrowserFragment :
),
onNeedToRequestPermissions = { permissions ->
requestInPlacePermissions(permissions) { result ->
Log.d("Blabla", "Browser fragment")
downloadsFeature.get()?.onPermissionsResult(
result.keys.toTypedArray(),
result.values.map {
Expand Down

0 comments on commit 61749a1

Please sign in to comment.