remove debug messages

This commit is contained in:
Sebastian Sdorra
2010-12-18 15:10:26 +01:00
parent 5160e3d093
commit 3bdd094afa

View File

@@ -118,9 +118,7 @@ Sonia.navigation.NavSection = Ext.extend(Ext.Panel, {
},
insertLink: function(pos, link){
console.debug( this.data );
this.data.splice(pos, 0, link);
console.debug( this.data );
this.renderMenu();
},