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
-1
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));
}