diff --git a/lib/buySell.dart b/lib/buySell.dart index 28e0bd8..16e281e 100644 --- a/lib/buySell.dart +++ b/lib/buySell.dart @@ -169,7 +169,6 @@ class _BuySell extends State { child: RaisedButton( // shape: StadiumBorder(), onPressed: () { - total = 20; // Update spent and balance fields in database var newBalance = 0; var newSpent = 0;