Skip to content

Commit

Permalink
removes error I stupidly forgot to remove earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
berkeleycole committed Jul 16, 2019
1 parent 6374b8b commit b5c5265
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/js/nameChecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ function checkForName(inputText) {
"Georgiou"
]

let x = 20 * (2 + 4;

if(names.includes(inputText)) {
alert("Welcome, Captain!")
}
Expand Down

0 comments on commit b5c5265

Please sign in to comment.