From b5fb437b6dc66c1efaad47eb49deef3880696b6f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 29 Jun 2015 23:29:36 -0700 Subject: [PATCH] repl: remove obsolete TODO It's long past v0.3.0 and .break isn't going anywhere anytime soon. --- lib/repl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/repl.js b/lib/repl.js index 38f66f0b2b10aa..96532910b4d7e4 100644 --- a/lib/repl.js +++ b/lib/repl.js @@ -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() {