0
0
Fork 0

Remove log

This commit is contained in:
Oliver-Akins 2023-01-19 12:48:14 -06:00
parent 4281ff7a2f
commit 7d4120447a

View file

@ -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 {