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;
|
const { channel } = request.params;
|
||||||
|
|
||||||
let data = await database.getChannel(channel);
|
let data = await database.getChannel(channel);
|
||||||
console.log(data)
|
|
||||||
if (data.key[guess] != null) {
|
if (data.key[guess] != null) {
|
||||||
data.current = addLetter(data.key, data.current, guess);
|
data.current = addLetter(data.key, data.current, guess);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue