Roo/form/HtmlEditor/ToolbarStandard.js
authorEdward <edward@roojs.com>
Mon, 13 Jan 2014 07:21:50 +0000 (15:21 +0800)
committerEdward <edward@roojs.com>
Mon, 13 Jan 2014 07:21:50 +0000 (15:21 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index a1f05bb..662cae9 100644 (file)
@@ -369,7 +369,6 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
                     handler: function(a,b) {
                         var c = editor.getValue();
                         var nodes = [];
-                        Roo.log(Roo.get(editor.doc.body));
                         c.select('[style]').each(function(i) {
                             nodes.push(i.dom);
                         });