Link add logging

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-06 13:20:04 +00:00
parent cdc97f8c81
commit 35de97d6ba

View File

@@ -58,6 +58,7 @@ export default function() {
if(velocityDiff<stableVelocity){ if(velocityDiff<stableVelocity){
stableVeloHandler(); stableVeloHandler();
} }
else console.log(velocityDiff);
} }
} }