Add console logs

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-05 20:06:12 +00:00
parent ed6c8835ad
commit 20db8591aa
2 changed files with 4 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ export default function () {
if(stableVeloHandler!==null && velocityDiff<stableVelocity){
stableVeloHandler();
}
else console.log(velocityDiff);
}
}