Skip to content

Commit 20a336f

Browse files
author
Ayush Seth
authored
Update Fraternal Tree.js
1 parent a660550 commit 20a336f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Fraternal Tree.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function draw() {
4848
tree[i].growFlower();
4949
}
5050
if (shed && tree[i].flower && !tree[i].flower.done) {
51-
console.log("shed");
5251
tree[i].flower.shed();
5352
tree[i].flower.applyForce(grav);
5453
}

0 commit comments

Comments
 (0)