From eabed2f518804c6e6ae170beef37438743139b9d 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. PR-URL: https://github.com/nodejs/io.js/pull/2081 Reviewed-By: Ben Noordhuis Reviewed-By: Brian White --- lib/repl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/repl.js b/lib/repl.js index 38f66f0..9653291 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() { -- 2.7.4