Remove server logging
This commit is contained in:
parent
ec90178f8c
commit
6c2afb9e9a
|
@ -81,7 +81,6 @@ ptserver_io.on('connection', (socket) => {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// This room has a password
|
// This room has a password
|
||||||
console.log('Checking password', data.password, 'equals', room.password)
|
|
||||||
if (room.password === data.password) {
|
if (room.password === data.password) {
|
||||||
// Good password!
|
// Good password!
|
||||||
if (room.hostUsername == null) {
|
if (room.hostUsername == null) {
|
||||||
|
|
Loading…
Reference in New Issue