mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2026-03-10 18:55:03 +00:00
Remove print statements
This commit is contained in:
@@ -171,11 +171,7 @@ public class ListPage extends AppCompatActivity implements Requestor.Receiver {
|
||||
}
|
||||
|
||||
// Increment total price
|
||||
System.out.println(totalPrice);
|
||||
System.out.println(item.getPrice().doubleValue());
|
||||
System.out.println(entry.getQuantity());
|
||||
totalPrice += (item.getPrice().doubleValue() * entry.getQuantity());
|
||||
System.out.println(totalPrice);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user