Remove management console special check

The management console is enabling itself in CI arbitrarily.  CI should
be running on default parameters, as that's the most common config, and
the config we want tested the best.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: Ie8748676b17df56d3cff35a4b40c9ff5561ede6d
diff --git a/meson.build b/meson.build
index 778ca84..5ceb6b0 100644
--- a/meson.build
+++ b/meson.build
@@ -110,13 +110,6 @@
   summary('unittest','NA', section : 'Enabled Features')
 endif
 
-if get_option('yocto-deps').disabled()
-  # This is an out of tree build, so enable ibm console flag
-  # for CI purpose.
-  add_project_arguments('-DBMCWEB_ENABLE_IBM_MANAGEMENT_CONSOLE', language: 'cpp')
-  summary('ibm-management-console','-DBMCWEB_ENABLE_IBM_MANAGEMENT_CONSOLE',section : 'Enabled Features')
-endif
-
 # Add compiler arguments
 
 # -Wpedantic, -Wextra comes by default with warning level