diff --git a/lib/state.js b/lib/state.js index e0210b47..a990a5bd 100644 --- a/lib/state.js +++ b/lib/state.js @@ -52,8 +52,6 @@ function evaluate(expression, frame) { } // Now actually ask V8 to evaluate the expression - // TODO: it would be really nice if V8 gave us an API for this - // so that we don't have to include an external parser try { var mirror = frame.evaluate(expression); return {