mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-01 04:12:55 +00:00
Remove obsolete logging
This commit is contained in:
parent
7cab1dc832
commit
d5d03c944e
1 changed files with 1 additions and 3 deletions
|
@ -42,10 +42,8 @@ public class BlackHoleService extends VpnService {
|
|||
stopSelf();
|
||||
}
|
||||
if (cmd == Command.start || cmd == Command.reload) {
|
||||
if (enabled && vpn == null) {
|
||||
Log.i(TAG, "Starting");
|
||||
if (enabled && vpn == null)
|
||||
vpnStart();
|
||||
}
|
||||
}
|
||||
|
||||
return START_STICKY;
|
||||
|
|
Loading…
Reference in a new issue