mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-28 14:15:08 +03:00
Removed unnecessary log.
This commit is contained in:
parent
6e3d76eb03
commit
9d4ff19ddf
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ class PacketTunnelProvider: VpnService() {
|
||||||
private fun updater() {
|
private fun updater() {
|
||||||
updates@ while (started.get()) {
|
updates@ while (started.get()) {
|
||||||
if ((application as GlobalApplication).needUiUpdates()) {
|
if ((application as GlobalApplication).needUiUpdates()) {
|
||||||
Log.d(TAG, "Sending stats to UI...")
|
|
||||||
val intent = Intent(STATE_INTENT)
|
val intent = Intent(STATE_INTENT)
|
||||||
intent.putExtra("type", "state")
|
intent.putExtra("type", "state")
|
||||||
intent.putExtra("started", true)
|
intent.putExtra("started", true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue