diff --git a/src/extensions/scratch3_ev3/index.js b/src/extensions/scratch3_ev3/index.js index 364cec231..3e19564f7 100644 --- a/src/extensions/scratch3_ev3/index.js +++ b/src/extensions/scratch3_ev3/index.js @@ -334,7 +334,6 @@ class EV3Motor { /** * Set the motor to coast after a specified amount of time. - * TODO: rename this startBraking? * @param {number} time - the time in milliseconds. */ coastAfter (time) {