Skip to content

Commit

Permalink
removes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarsh-scottlogic committed Mar 21, 2024
1 parent 8a92131 commit 7b33e8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/ChatBox/ChatBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ function ChatBox({
// update emails
addSentEmails(response.sentEmails);

// surely the presence of the message is enough to know if the level is complete
// We can scrap wonLevel and rename resultingChatMessage to levelCompleteMessage
if (response.wonLevelMessage) {
updateNumCompletedLevels(currentLevel);
const levelCompleteMessage = makeChatMessageFromDTO(
Expand Down

0 comments on commit 7b33e8f

Please sign in to comment.