witten
/
luminotes
Archived
1
0
Fork 0

Removing debugging print.

This commit is contained in:
Dan Helfman 2009-05-18 16:19:22 -07:00
parent 0a6a933a08
commit 21ec93610e
1 changed files with 0 additions and 1 deletions

View File

@ -1558,7 +1558,6 @@ Editor.prototype.current_colors = function () {
}
if ( background == null ) {
background = getStyle( node, "background-color" )
console.log( ":" + background + ":" );
if ( background == "transparent" || background == DEFAULT_BACKGROUND_CODE ||
background == WEBKIT_DEFAULT_COLOR_CODE )
background = null;