removed some logs

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-30 22:14:06 +02:00
parent 97faaa922b
commit 70447c5263
3 changed files with 7 additions and 8 deletions

View File

@@ -132,11 +132,10 @@ function remove_bar()
function shuffle()
{
console.log(adminpass);
socket.emit('shuffle', adminpass);
}
function rnd(arr)
{
return arr[Math.floor(Math.random() * arr.length)];
}
}