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:
parent
4e254984ca
commit
005fc36054
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue