ui: datastore prune: remove debug logging
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3f98b34705
commit
26956d73a2
@ -52,14 +52,13 @@ Ext.define('PBS.DataStorePruneInputPanel', {
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
params: params,
|
params: params,
|
||||||
callback: function() {
|
callback: function() {
|
||||||
console.log("DONE");
|
return; // for easy breakpoint setting
|
||||||
},
|
},
|
||||||
failure: function (response, opts) {
|
failure: function (response, opts) {
|
||||||
Ext.Msg.alert(gettext('Error'), response.htmlStatus);
|
Ext.Msg.alert(gettext('Error'), response.htmlStatus);
|
||||||
},
|
},
|
||||||
success: function(response, options) {
|
success: function(response, options) {
|
||||||
var data = response.result.data;
|
var data = response.result.data;
|
||||||
console.log(data);
|
|
||||||
view.prune_store.setData(data);
|
view.prune_store.setData(data);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user