Skip to content
Snippets Groups Projects
Commit 0e7a94e6 authored by Florian's avatar Florian
Browse files

Update transactions_controller.dart

parent d7063323
Branches release-candidate-alpha
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ class TransactionsController extends ChangeNotifier { ...@@ -38,7 +38,6 @@ class TransactionsController extends ChangeNotifier {
await transactionsBox.put(transaction.id, transaction); await transactionsBox.put(transaction.id, transaction);
transactionsList = transactionsBox.values.toList(); transactionsList = transactionsBox.values.toList();
} catch (e) { } catch (e) {
print(e);
return false; return false;
} }
return true; return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment