repl: remove obsolete TODO

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>
This commit is contained in:
Rich Trott
2015-06-29 23:29:36 -07:00
parent af249fa8a1
commit eabed2f518

View 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() {