Clean up double toStrings

This commit is contained in:
NMerz 2020-10-08 21:28:28 -04:00
parent 9c1eb06f02
commit 69df93fb9f

View File

@ -34,17 +34,6 @@ public class ItemEntry {
this.listID = listID;
}
@Override
public String toString() {
return "ItemEntry{" +
"listID=" + listID +
", productID=" + productID +
", quantity=" + quantity +
", addedDate=" + addedDate +
", purchased=" + purchased +
'}';
}
public Integer getProductID() {
return productID;
}