Merge pull request from evhan55/ergonomics/2017

Removing comment in WeDo2 extension
This commit is contained in:
Evelyn Eastmond 2019-06-17 12:19:42 -04:00 committed by GitHub
commit f3f307b59c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,7 +297,6 @@ class WeDo2Motor {
/**
* Start active braking on this motor. After a short time, the motor will turn off.
* // TODO: rename this to coastAfter?
*/
startBraking () {
if (this._power === 0) return;