From e3691cc0e3800e588db7bc9009cafd493bcda6e0 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 15 Apr 2021 15:08:36 +0200 Subject: [PATCH] :fire: Remove console.log. --- frontend/src/app/util/text_editor_impl.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/app/util/text_editor_impl.js b/frontend/src/app/util/text_editor_impl.js index 48c7b055f..40ad894ec 100644 --- a/frontend/src/app/util/text_editor_impl.js +++ b/frontend/src/app/util/text_editor_impl.js @@ -109,8 +109,6 @@ export function applyInlineStyle(state, styles) { let content = null; for (let style of styles) { - console.log("applyInlineStyle", style); - const [p, k, v] = style.split("$$$"); const prefix = [p, k, ""].join("$$$");