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

Update transactions_controller.dart

parent d7063323
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ class TransactionsController extends ChangeNotifier {
await transactionsBox.put(transaction.id, transaction);
transactionsList = transactionsBox.values.toList();
} catch (e) {
print(e);
return false;
}
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