mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
comment out the debug alert
This commit is contained in:
parent
5db7a5a21b
commit
1df462cf0b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue