Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRory committed Jul 12, 2021
1 parent 324d4ab commit da58dcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/wallet/oxen/oxen_wallet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,7 @@ class OxenWallet extends Wallet {
try {
_syncStatus.value = StartingSyncStatus();
oxen_wallet.startRefresh();
print('setListeners');
_setListeners();
print('_listener?.start()');
_listener?.start();
} catch (e) {
_syncStatus.value = FailedSyncStatus();
Expand Down

0 comments on commit da58dcd

Please sign in to comment.