From c8a573a0f260514fea0224ef6c53c34fb415b221 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sat, 1 Feb 2014 08:47:33 -0500 Subject: [PATCH] Remove console.log call in echo.js test. (imported from commit 67fc38b89b2c31974d2121555f6066b095d4279e) --- zerver/tests/frontend/node/echo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/zerver/tests/frontend/node/echo.js b/zerver/tests/frontend/node/echo.js index f2ab8d4e09..783ddb76a5 100644 --- a/zerver/tests/frontend/node/echo.js +++ b/zerver/tests/frontend/node/echo.js @@ -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) {