mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
remove debug info
This commit is contained in:
@@ -130,11 +130,7 @@ Sonia.repository.Panel = Ext.extend(Sonia.rest.Panel, {
|
||||
},
|
||||
|
||||
filterByType: function(combo, rec){
|
||||
var name = rec.get('name');
|
||||
|
||||
console.debug(name);
|
||||
|
||||
Ext.getCmp('repositoryGrid').filter(name);
|
||||
Ext.getCmp('repositoryGrid').filter(rec.get('name'));
|
||||
},
|
||||
|
||||
search: function(field){
|
||||
|
||||
Reference in New Issue
Block a user