mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
removed some logs
This commit is contained in:
@@ -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)];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user