mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Remove console.log call in echo.js test.
(imported from commit 67fc38b89b2c31974d2121555f6066b095d4279e)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user