mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 21:55:44 +00:00
remove debugging code
This commit is contained in:
parent
5fe5283f87
commit
45f9247bfb
@ -92,7 +92,6 @@ Ext.define('PVE.dc.HAConfig', {
|
|||||||
},
|
},
|
||||||
success: function(response, opts) {
|
success: function(response, opts) {
|
||||||
me.clusterInfo = getClusterInfo(response.result.data);
|
me.clusterInfo = getClusterInfo(response.result.data);
|
||||||
console.dir(me.clusterInfo);
|
|
||||||
|
|
||||||
me.setDisabled(!me.clusterInfo.version);
|
me.setDisabled(!me.clusterInfo.version);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user