Removed unnecessary log.

This commit is contained in:
Revertron 2022-11-07 18:45:00 +01:00
parent 6e3d76eb03
commit 9d4ff19ddf

View file

@ -184,7 +184,6 @@ class PacketTunnelProvider: VpnService() {
private fun updater() {
updates@ while (started.get()) {
if ((application as GlobalApplication).needUiUpdates()) {
Log.d(TAG, "Sending stats to UI...")
val intent = Intent(STATE_INTENT)
intent.putExtra("type", "state")
intent.putExtra("started", true)