Remove server logging

This commit is contained in:
Sam 2018-05-26 18:25:14 +10:00
parent ec90178f8c
commit 6c2afb9e9a
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ ptserver_io.on('connection', (socket) => {
}
} else {
// This room has a password
console.log('Checking password', data.password, 'equals', room.password)
if (room.password === data.password) {
// Good password!
if (room.hostUsername == null) {