Commit 08d62c4e authored by Dietmar Maurer's avatar Dietmar Maurer

remove debugging code

parent 7de01dc6
...@@ -92,7 +92,6 @@ Ext.define('PVE.dc.HAConfig', { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment