From 160175b9464dd66c99c1619b24ea68c7949baeb1 Mon Sep 17 00:00:00 2001 From: Mygod Date: Tue, 25 May 2021 13:29:54 -0400 Subject: [PATCH] Remove outdated debug --- mobile/src/main/java/be/mygod/vpnhotspot/net/TetherType.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/net/TetherType.kt b/mobile/src/main/java/be/mygod/vpnhotspot/net/TetherType.kt index 30ee80da..18b6ef72 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/net/TetherType.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/net/TetherType.kt @@ -109,7 +109,6 @@ enum class TetherType(@DrawableRes val icon: Int) { iface == null -> NONE iface == p2pDev -> WIFI_P2P requiresUpdate -> { - Timber.d("requiresUpdate") if (Build.VERSION.SDK_INT >= 30) updateRegexs() else error("unexpected requiresUpdate") ofInterfaceImpl(iface, p2pDev) }