Merge remote-tracking branch 'origin/withConsoleLog' (reverted from commit b14b6616b2)

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-06 13:14:30 +00:00
parent 340be450b8
commit 3bbd39f04d
2 changed files with 0 additions and 4 deletions

View File

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