1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-04-26 06:35:22 -04:00

Forgot to remove a debug statement

This commit is contained in:
Mike Jaoudi 2013-06-04 20:20:20 -04:00
parent 3c440741e0
commit c282093109

View File

@ -61,7 +61,6 @@ function shuffleSpooners() {
while(count($random_ids) < getNumActiveSpooners()){
echo "oh no";
for($i = 0; $i < $spacing-1; $i++){
array_push($random_ids, array_pop($camper_ids));
}