Skip to content

Commit

Permalink
Merge pull request #89 from kwekke/Fix-bug#83
Browse files Browse the repository at this point in the history
Fix #83 and fix #84
  • Loading branch information
t-cheepeng committed Oct 11, 2019
2 parents b1034eb + b8cb901 commit aee0060
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 aee0060

Please sign in to comment.