Remove obsolete logging

This commit is contained in:
M66B 2015-10-25 23:09:16 +01:00
parent 7cab1dc832
commit d5d03c944e
1 changed files with 1 additions and 3 deletions

View File

@ -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;