Roo/form/HtmlEditor.js
authorChris <chris@roojs.com>
Fri, 12 Jul 2013 07:04:02 +0000 (15:04 +0800)
committerChris <chris@roojs.com>
Fri, 12 Jul 2013 07:04:02 +0000 (15:04 +0800)
Roo/form/HtmlEditor.js

index ddfcd6d..c43a54a 100644 (file)
@@ -435,7 +435,6 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
     syncValue : function(){
         if(this.initialized){
             var bd = (this.doc.body || this.doc.documentElement);
-            Roo.log(bd);
             //this.cleanUpPaste(); -- this is done else where and causes havoc..
             var html = bd.innerHTML;
             if(Roo.isSafari){