diff --git a/bin/_6to5-node b/bin/_6to5-node index 0887c31d96..097a8e399d 100644 --- a/bin/_6to5-node +++ b/bin/_6to5-node @@ -93,8 +93,6 @@ function replEval(code, context, filename, callback) { code = code.slice(1, -1); // remove "(" and ")" } - console.log(JSON.stringify(code)); - result = _eval(code, filename); } catch (e) { err = e;