BUG 000 Delete unnecessary try and catch

This commit is contained in:
Julio Cesar Laura
2011-09-13 19:33:27 -04:00
parent ed2e76abfc
commit d114d0dabb

View File

@@ -439,11 +439,7 @@ Ext.onReady(function(){
params : {action : 'cancelCase'},
success: function ( result, request ) {
try {
try {
parent.notify('', 'The case ' + parent._CASE_TITLE + ' was cancelled!');
}
catch (e) {
}
parent.notify('', 'The case ' + parent._CASE_TITLE + ' was cancelled!');
}
catch (e) {
}