diff --git a/lib/6to5/transformation/transformers/react.js b/lib/6to5/transformation/transformers/react.js index 1e03298253..2842560fc4 100644 --- a/lib/6to5/transformation/transformers/react.js +++ b/lib/6to5/transformation/transformers/react.js @@ -42,7 +42,6 @@ var isTag = function(tagName) { exports.XJSOpeningElement = { exit: function (node, parent, file) { - console.log(node); var reactCompat = file.opts.reactCompat; var tagExpr = node.name; var args = [];