mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 20:30:52 +01:00
remove debug messages
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user