remove debug info

This commit is contained in:
Sebastian Sdorra
2011-09-03 15:32:36 +02:00
parent b109ab33b9
commit 648a034e3f

View File

@@ -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){