Neighbour remove logging
This commit is contained in:
@@ -66,8 +66,6 @@ export default function () {
|
|||||||
if(stableVeloHandler!==null && velocityDiff<stableVelocity){
|
if(stableVeloHandler!==null && velocityDiff<stableVelocity){
|
||||||
stableVeloHandler();
|
stableVeloHandler();
|
||||||
}
|
}
|
||||||
//TODO remove console logs
|
|
||||||
else console.log(velocityDiff);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user