mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-07-02 06:57:09 +02:00
remove unnecessary console.logs
This commit is contained in:
parent
05bb74e1d3
commit
2636f5f56a
1 changed files with 0 additions and 3 deletions
|
@ -107,11 +107,8 @@ class Helper {
|
||||||
|
|
||||||
shuffleFirstItem(array) {
|
shuffleFirstItem(array) {
|
||||||
let first = array[Math.floor(Math.random()*array.length)]
|
let first = array[Math.floor(Math.random()*array.length)]
|
||||||
console.log(first)
|
|
||||||
array = array.filter((value)=>value!=first);
|
array = array.filter((value)=>value!=first);
|
||||||
console.log(array)
|
|
||||||
array = [first].concat(array)
|
array = [first].concat(array)
|
||||||
console.log(array)
|
|
||||||
return array
|
return array
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue