remove debugging code

This commit is contained in:
Dietmar Maurer 2012-01-11 08:08:25 +01:00
parent 5fe5283f87
commit 45f9247bfb

View File

@ -92,7 +92,6 @@ Ext.define('PVE.dc.HAConfig', {
},
success: function(response, opts) {
me.clusterInfo = getClusterInfo(response.result.data);
console.dir(me.clusterInfo);
me.setDisabled(!me.clusterInfo.version);