remove debugging code
[roojs1] / Roo / bootstrap / NavProgressItem.js
index 45ace7f..5c4ceeb 100644 (file)
@@ -48,12 +48,8 @@ Roo.extend(Roo.bootstrap.NavProgressItem, Roo.bootstrap.Component,  {
     {
         var iconCls = 'roo-navigation-bar-item-icon';
         
-        Roo.log(this.icon);
+        iconCls += ((this.icon) ? (' ' + this.icon) : (' step-number')) ;
         
-        if(this.icon){
-            iconCls += (this.icon) ? (' ' + this.icon) : (' step-number') ;
-        }
-        Roo.log(iconCls);
         var cfg = {
             tag: 'li',
             cls: 'roo-navigation-bar-item',
@@ -63,7 +59,7 @@ Roo.extend(Roo.bootstrap.NavProgressItem, Roo.bootstrap.Component,  {
                     cls : iconCls
                 }
             ]
-        }
+        };
         
         if(this.active){
             cfg.cls += ' active';