From 81b4fc561dfc70eb1db4797b644e73d6f5a12f6f Mon Sep 17 00:00:00 2001 From: Inez Korczynski Date: Thu, 8 Dec 2011 23:52:35 +0000 Subject: [PATCH] Get rid of console.log --- modules/es/tools/es.IndentationButtonTool.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/es/tools/es.IndentationButtonTool.js b/modules/es/tools/es.IndentationButtonTool.js index fa63b4b366..dfb82925e0 100644 --- a/modules/es/tools/es.IndentationButtonTool.js +++ b/modules/es/tools/es.IndentationButtonTool.js @@ -65,7 +65,6 @@ es.IndentationButtonTool.prototype.outdent = function( listItems ) { for ( i = 0; i < listItems.length; i++ ) { styles = listItems[i].getElementAttribute( 'styles' ); - console.log(styles); if ( styles.length > 1 ) { styles.splice( styles.length - 1, 1); tx = surface.model.getDocument().prepareElementAttributeChange(