Skip to content

Commit fc44475

Browse files
authored
Update sketch.js
1 parent c55a173 commit fc44475

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sketch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ class People_C {//constructor
107107
} else if (this.all[r][c].dead) {
108108
this.all[r][c].setColor(color(colors.WHITE));
109109
} else if (this.all[r][c].sick >= 10) {
110-
console.log(this.all[r][c])
111110
this.all[r][c].setColor(color(colors.RED));
112111
} else if (this.all[r][c].sick == 0) {
113112
this.all[r][c].setColor(color(colors.BLUE));

0 commit comments

Comments
 (0)