Neighbour remove logging

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-05 20:05:32 +00:00
parent 02c05c6711
commit ed6c8835ad

View File

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