mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-04-26 18:08:27 -04:00
Forgot to remove a debug statement
This commit is contained in:
parent
3c440741e0
commit
c282093109
@ -61,7 +61,6 @@ function shuffleSpooners() {
|
|||||||
|
|
||||||
|
|
||||||
while(count($random_ids) < getNumActiveSpooners()){
|
while(count($random_ids) < getNumActiveSpooners()){
|
||||||
echo "oh no";
|
|
||||||
for($i = 0; $i < $spacing-1; $i++){
|
for($i = 0; $i < $spacing-1; $i++){
|
||||||
array_push($random_ids, array_pop($camper_ids));
|
array_push($random_ids, array_pop($camper_ids));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user