mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +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 = {
|
errorObj = {
|
||||||
id: options.options.id
|
id: options.options.id
|
||||||
}
|
}
|
||||||
alert(Ext.encode(errorObj));
|
//alert(Ext.encode(errorObj));
|
||||||
},
|
},
|
||||||
|
|
||||||
_onSuccess: function(response, requestOptions) {
|
_onSuccess: function(response, requestOptions) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue