turndown: Enable turndown in production.

This commit is contained in:
N-Shar-ma
2024-03-28 02:33:26 +05:30
committed by Tim Abbott
parent c29fbeca94
commit 7895b05284
2 changed files with 1 additions and 6 deletions

View File

@@ -4,7 +4,6 @@ const {strict: assert} = require("assert");
const {zrequire} = require("./lib/namespace");
const {run_test} = require("./lib/test");
const {page_params} = require("./lib/zpage_params");
const copy_and_paste = zrequire("copy_and_paste");
@@ -23,8 +22,6 @@ run_test("maybe_transform_html", () => {
});
run_test("paste_handler_converter", () => {
page_params.development_environment = true;
/*
Pasting from another Zulip message
*/