Commit 82849540 authored by Max Lv's avatar Max Lv

remove redundant logs

parent 0f9da0a6
...@@ -229,7 +229,6 @@ class ShadowsocksService extends Service { ...@@ -229,7 +229,6 @@ class ShadowsocksService extends Service {
resolved = true resolved = true
} }
Log.d(TAG, "IPTABLES: " + Utils.getIptables)
hasRedirectSupport = Utils.getHasRedirectSupport hasRedirectSupport = Utils.getHasRedirectSupport
if (resolved && handleConnection) { if (resolved && handleConnection) {
...@@ -424,7 +423,6 @@ class ShadowsocksService extends Service { ...@@ -424,7 +423,6 @@ class ShadowsocksService extends Service {
lastRxRate = rxRate lastRxRate = rxRate
} }
if (state == State.CONNECTED) { if (state == State.CONNECTED) {
Log.d(TAG, getString(R.string.service_status).format(txRate, rxRate))
notifyForegroundAlert(getString(R.string.forward_success), notifyForegroundAlert(getString(R.string.forward_success),
getString(R.string.service_status).format(txRate, rxRate), txRate + rxRate) getString(R.string.service_status).format(txRate, rxRate), txRate + rxRate)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment