clean from debug

pull/1/head
fuwa 5 years ago
parent cbe1027120
commit 62c5e324b6

@ -174,11 +174,6 @@ class SyncingState extends HookedState {
break;
}
// print('syncing: checkSync loop');
if (isPC) {
synced = true;
break;
}
}
}
@ -234,7 +229,7 @@ class SyncedState extends HookedState {
Future<void> checkSync() async {
await for (var _null in refresh.pull(getNotification)) {
if (await daemon.isNotSynced() && (!isPC)) {
if (await daemon.isNotSynced()) {
synced = false;
break;
}