Get rid of console.log

This commit is contained in:
Inez Korczynski 2011-12-08 23:52:35 +00:00
parent 22c461a55b
commit 81b4fc561d

View file

@ -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(