Skip to content

Commit

Permalink
repl: remove obsolete TODO
Browse files Browse the repository at this point in the history
It's long past v0.3.0 and .break isn't going anywhere anytime soon.

PR-URL: #2081
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Brian White <mscdex@mscdex.net>
  • Loading branch information
Trott committed Jul 2, 2015
1 parent af249fa commit eabed2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/repl.js
Expand Up @@ -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() {
Expand Down

0 comments on commit eabed2f

Please sign in to comment.