From 45f9247bfb829b9f48ea76de0cea27c7cf1b3a54 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 11 Jan 2012 08:08:25 +0100 Subject: [PATCH] remove debugging code --- www/manager/dc/HAConfig.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/manager/dc/HAConfig.js b/www/manager/dc/HAConfig.js index 5d3f3dc4..9192bf3e 100644 --- a/www/manager/dc/HAConfig.js +++ b/www/manager/dc/HAConfig.js @@ -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);