From 914ef4c5f58262c0b8bcabfaeca153949a70180c Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 24 Jan 2015 00:21:15 +1100 Subject: [PATCH] remove 6to5-node repl console.log --- bin/_6to5-node | 2 -- 1 file changed, 2 deletions(-) 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;