Skip to content

Commit

Permalink
Removed unnecessary line used for debugging #67
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjjsung committed Dec 8, 2020
1 parent d8781a6 commit 5dae5c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/buySell.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ class _BuySell extends State<BuySell> {
child: RaisedButton(
// shape: StadiumBorder(),
onPressed: () {
total = 20;
// Update spent and balance fields in database
var newBalance = 0;
var newSpent = 0;
Expand Down

0 comments on commit 5dae5c9

Please sign in to comment.