Remove logging

This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-31 21:16:23 +00:00
parent 91f1646165
commit ab5d22ce1d
3 changed files with 2 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ export default function (sim, forceS, forceF) {
function initForces(){
if (forceSample.stableVelocity && forceSample.stableVeloHandler) {
forceSample
.stableVelocity(0.000001) //TODO
.stableVelocity(0) //TODO
.stableVeloHandler(sampleEnded);
}