1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Removed leftover debug logging.

This commit is contained in:
Felix Ableitner 2014-09-14 18:34:08 +03:00
parent 4e254984ca
commit 005fc36054

View file

@ -48,7 +48,6 @@ public class MainActivity extends SyncthingActivity
@Override
@SuppressLint("InflateParams")
public void onApiChange(SyncthingService.State currentState) {
Log.d("MainActivity", currentState.toString());
if (currentState != SyncthingService.State.ACTIVE && !isFinishing()) {
if (currentState == SyncthingService.State.DISABLED) {
if (mLoadingDialog != null) {