mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
remove console.log
This commit is contained in:
parent
10e0355576
commit
78b87b3c47
1 changed files with 0 additions and 1 deletions
|
@ -420,7 +420,6 @@ var VisNode = VisBase.extend({
|
||||||
cy: y
|
cy: y
|
||||||
});
|
});
|
||||||
// continuation calculation
|
// continuation calculation
|
||||||
console.log('our speed', (vx * vx + vy * vy), 'height', Math.abs(y- maxHeight));
|
|
||||||
if ((vx * vx + vy * vy) < 0.1 && Math.abs(y - maxHeight) <= 0.1) {
|
if ((vx * vx + vy * vy) < 0.1 && Math.abs(y - maxHeight) <= 0.1) {
|
||||||
// dont need to animate anymore, we are on ground
|
// dont need to animate anymore, we are on ground
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue