repl: remove obsolete TODO
authorRich Trott <rtrott@gmail.com>
Tue, 30 Jun 2015 06:29:36 +0000 (23:29 -0700)
committerRich Trott <rtrott@gmail.com>
Thu, 2 Jul 2015 05:45:06 +0000 (22:45 -0700)
It's long past v0.3.0 and .break isn't going anywhere anytime soon.

PR-URL: https://github.com/nodejs/io.js/pull/2081
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Brian White <mscdex@mscdex.net>
lib/repl.js

index 38f66f0..9653291 100644 (file)
@@ -855,7 +855,6 @@ function addStandardGlobals(completionGroups, filter) {
 }
 
 function defineDefaultCommands(repl) {
-  // TODO remove me after 0.3.x
   repl.defineCommand('break', {
     help: 'Sometimes you get stuck, this gets you out',
     action: function() {