Remove log
This commit is contained in:
parent
4281ff7a2f
commit
7d4120447a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const route: ServerRoute = {
|
|||
const { channel } = request.params;
|
||||
|
||||
let data = await database.getChannel(channel);
|
||||
console.log(data)
|
||||
|
||||
if (data.key[guess] != null) {
|
||||
data.current = addLetter(data.key, data.current, guess);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue