Remove commented line.

This commit is contained in:
Evelyn Eastmond 2019-04-23 19:28:04 -04:00
parent f0edd10346
commit 597bd68c0d

View file

@ -555,8 +555,6 @@ class BoostMotor {
* @param {boolean} [useLimiter=true] - if true, use the rate limiter
*/
turnOff (useLimiter = true) {
// if (this.power === 0) return;
const cmd = this._parent.generateOutputCommand(
this._index,
BoostOutputExecution.EXECUTE_IMMEDIATELY ^ BoostOutputExecution.COMMAND_FEEDBACK,