diff --git a/src/components/editor/QEditor.vue b/src/components/editor/QEditor.vue index b66537b..37ec2dd 100644 --- a/src/components/editor/QEditor.vue +++ b/src/components/editor/QEditor.vue @@ -114,7 +114,6 @@ // 초기 데이터가 있을 경우, HTML 형식으로 삽입 if (props.initialData) { - console.log(props.initialData); quillInstance.setContents(JSON.parse(props.initialData)); } diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue index d83e19a..c45971d 100644 --- a/src/views/wordDict/wordDict.vue +++ b/src/views/wordDict/wordDict.vue @@ -179,7 +179,6 @@ let category = null; let newCodName = ''; // 카테고리 체크 - console.log('data',data) if(typeof(data) == 'number'){ category = data; newCodName = '';