From 24796f281be4451024ec6316a2dca8fc89df1663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=A0pan=C4=9Bl?= Date: Mon, 27 Mar 2017 20:27:40 +0200 Subject: [PATCH] Fixed style issues. --- test/mocha/export.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/mocha/export.js b/test/mocha/export.js index f8a26657..eebaad02 100644 --- a/test/mocha/export.js +++ b/test/mocha/export.js @@ -23,7 +23,6 @@ describe("Export", function() { }; for (var i = 0; i < inputs.length; i++) { - //console.log(inputs[i][0]); var ast = test(inputs[i][0]); var names = inputs[i][1]; var filename = inputs[i][2]; @@ -35,7 +34,5 @@ describe("Export", function() { assert.deepEqual(actualNames, names); assert.equal(st.module_name.value, filename) } - - }) }); \ No newline at end of file