Skip to content

Commit

Permalink
Delete the output of saving files.
Browse files Browse the repository at this point in the history
Creating deliverables V2.0.
  • Loading branch information
MrOPPA1 committed Nov 13, 2023
1 parent ed9ce44 commit 49b1549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/seedu/duke/Duke.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ private void start(String[] launchArgs) {
private void exit() {
ui.showGoodbyeMessage();
try {
System.err.println(meals.size());
DataManager.saveData(DataManager.convertToJson(meals));
} catch (Exception exception) {
ui.showToUser(exception.toString());
Expand Down

0 comments on commit 49b1549

Please sign in to comment.