comment out the debug alert

This commit is contained in:
Damien Churchill 2009-04-21 23:41:22 +00:00
parent 5db7a5a21b
commit 1df462cf0b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Ext.namespace('Ext.ux.util');
errorObj = {
id: options.options.id
}
alert(Ext.encode(errorObj));
//alert(Ext.encode(errorObj));
},
_onSuccess: function(response, requestOptions) {