From a16364de6dd9aa7808031fa1276739dd8188dc22 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 21 Aug 2024 22:24:41 +0900 Subject: [PATCH] Remove console.log() --- common/js/plugins/jquery.fileupload/js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/js/plugins/jquery.fileupload/js/main.js b/common/js/plugins/jquery.fileupload/js/main.js index 645f115ef..04991eaba 100644 --- a/common/js/plugins/jquery.fileupload/js/main.js +++ b/common/js/plugins/jquery.fileupload/js/main.js @@ -405,7 +405,6 @@ try { var textarea = _getCkeContainer(data.editorSequence).find('.cke_source'); var editor = _getCkeInstance(data.editorSequence); - console.log(textarea, editor.mode); if (textarea.length && editor.mode == 'source') { var caretPosition = textarea[0].selectionStart; var currentText = textarea[0].value;