Commit 82849540 authored by Max Lv's avatar Max Lv

remove redundant logs

parent 0f9da0a6
......@@ -229,7 +229,6 @@ class ShadowsocksService extends Service {
resolved = true
}
Log.d(TAG, "IPTABLES: " + Utils.getIptables)
hasRedirectSupport = Utils.getHasRedirectSupport
if (resolved && handleConnection) {
......@@ -424,7 +423,6 @@ class ShadowsocksService extends Service {
lastRxRate = rxRate
}
if (state == State.CONNECTED) {
Log.d(TAG, getString(R.string.service_status).format(txRate, rxRate))
notifyForegroundAlert(getString(R.string.forward_success),
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