witten
/
luminotes
Archived
1
0
Fork 0

Removing debugging print.

This commit is contained in:
Dan Helfman 2009-01-21 13:36:14 -08:00
parent a05081166a
commit 10e2742ec5
1 changed files with 0 additions and 1 deletions

View File

@ -285,7 +285,6 @@ Editor.prototype.set_iframe_contents = function ( contents_text ) {
}
Editor.prototype.enable_design_mode = function () {
console.log( "design mode:", this.document.designMode );
if ( this.iframe.contentDocument ) { // browsers such as Firefox
if ( this.edit_enabled )
this.document.designMode = "On";