From b4f2914f3b3945261a326f9a31937423f357d2bc Mon Sep 17 00:00:00 2001 From: Frederick Borges Date: Thu, 4 Jun 2020 10:27:16 +0200 Subject: [PATCH] M #-:Remove console log (#4878) Signed-off-by: Frederick Borges --- src/sunstone/public/app/tabs/hosts-tab/panels/numa.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sunstone/public/app/tabs/hosts-tab/panels/numa.js b/src/sunstone/public/app/tabs/hosts-tab/panels/numa.js index bde9ae81da..c808b9faeb 100644 --- a/src/sunstone/public/app/tabs/hosts-tab/panels/numa.js +++ b/src/sunstone/public/app/tabs/hosts-tab/panels/numa.js @@ -95,8 +95,6 @@ define(function(require) { function _setup(context) { var that = this; - console.log(that); - // Hide NUMA tab if hypervisor is vcenter if( that.element && that.element.VM_MAD &&