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",
|
||||
params: params,
|
||||
callback: function() {
|
||||
console.log("DONE");
|
||||
return; // for easy breakpoint setting
|
||||
},
|
||||
failure: function (response, opts) {
|
||||
Ext.Msg.alert(gettext('Error'), response.htmlStatus);
|
||||
},
|
||||
success: function(response, options) {
|
||||
var data = response.result.data;
|
||||
console.log(data);
|
||||
view.prune_store.setData(data);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user