From 21ec93610ecadd68d0c1c0df4b3b8f8cbe275fa6 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 18 May 2009 16:19:22 -0700 Subject: [PATCH] Removing debugging print. --- static/js/Editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/Editor.js b/static/js/Editor.js index ebb105d..1a0f6a4 100644 --- a/static/js/Editor.js +++ b/static/js/Editor.js @@ -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;