We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55a173 commit fc44475Copy full SHA for fc44475
sketch.js
@@ -107,7 +107,6 @@ class People_C {//constructor
107
} else if (this.all[r][c].dead) {
108
this.all[r][c].setColor(color(colors.WHITE));
109
} else if (this.all[r][c].sick >= 10) {
110
- console.log(this.all[r][c])
111
this.all[r][c].setColor(color(colors.RED));
112
} else if (this.all[r][c].sick == 0) {
113
this.all[r][c].setColor(color(colors.BLUE));
0 commit comments