Remove console.log call in echo.js test.

(imported from commit 67fc38b89b2c31974d2121555f6066b095d4279e)
This commit is contained in:
Steve Howell
2014-02-01 08:47:33 -05:00
parent b8b2551e60
commit c8a573a0f2

View File

@@ -92,7 +92,6 @@ var bugdown_data = JSON.parse(fs.readFileSync(path.join(__dirname, '../../../fix
(function test_marked_shared() {
var tests = bugdown_data.regular_tests;
tests.forEach(function (test) {
console.log("Doing " + test.name);
var output = echo.apply_markdown(test.input);
if (test.bugdown_matches_marked) {