Remove debugging console.log

This commit is contained in:
yflory 2022-10-17 14:23:57 +02:00
parent bfd1b5138a
commit 0e27daffc0
1 changed files with 0 additions and 1 deletions

View File

@ -397,7 +397,6 @@ define([
if (MEDIA_TAG_MODES.indexOf(mode) !== -1) {
// Embedding is enabled
framework.setMediaTagEmbedder(function (mt, d) {
console.log(mt, d);
editor.focus();
var txt = $(mt)[0].outerHTML;
if (editor.getMode().name === "asciidoc") {