Skip to content

Commit

Permalink
Merge b8cb901 into b1034eb
Browse files Browse the repository at this point in the history
  • Loading branch information
kwekke committed Oct 11, 2019
2 parents b1034eb + b8cb901 commit a9d7e4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/seedu/exercise/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ private CommandResult executeCommand(String commandText) throws CommandException
try {
CommandResult commandResult = logic.execute(commandText);
logger.info("Result: " + commandResult.getFeedbackToUser());
resultPanel.getChildren().add(filteredListPanel.getRoot());
resultDisplay.setFeedbackToUser(commandResult.getFeedbackToUser());

if (commandResult.isShowHelp()) {
Expand Down

0 comments on commit a9d7e4e

Please sign in to comment.