remove 6to5-node repl console.log

This commit is contained in:
Sebastian McKenzie 2015-01-24 00:21:15 +11:00
parent 75389b04a6
commit 914ef4c5f5

View File

@ -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;