diff --git a/modules/editor/skins/xeed/js/xeed.js b/modules/editor/skins/xeed/js/xeed.js index a728a7d7f..97c38bc5a 100644 --- a/modules/editor/skins/xeed/js/xeed.js +++ b/modules/editor/skins/xeed/js/xeed.js @@ -839,7 +839,6 @@ Block = xe.createPlugin('BlockCommand', { if (!sel) return false; nodes = this.getBlockParents(); - console.log(nodes); n = parseInt(params[0], 10); for(i=0,c=nodes.length; i

- 접기 -