Skip to content

Commit 39294f0

Browse files
committed
Fixed minor issues
1 parent 40c975a commit 39294f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/seedu/address/model/AddressBook.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public AddressBook(ReadOnlyAddressBook toBeCopied) {
6464
* @param height the height of the user.
6565
*/
6666
public void addHeight(double height) {
67-
System.out.println(String.format("add height %.2f", height));
6867
this.height = height;
6968
}
7069

@@ -74,7 +73,6 @@ public void addHeight(double height) {
7473
* @param weight the weight of the user.
7574
*/
7675
public void addWeight(double weight) {
77-
System.out.println(String.format("add weight %.2f", weight));
7876
this.weight = weight;
7977
}
8078

0 commit comments

Comments
 (0)