From d9709e816ad46b949d0bf837a4beb468fc36b173 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Wed, 5 Jun 2019 11:05:18 +0300 Subject: [PATCH] Remove unwanted CHECK --- components/common/cpp/src/configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/cpp/src/configuration.cpp b/components/common/cpp/src/configuration.cpp index eff18ba9e..8c6173b08 100644 --- a/components/common/cpp/src/configuration.cpp +++ b/components/common/cpp/src/configuration.cpp @@ -434,7 +434,7 @@ Configurable *ftl::config::configure(int argc, char **argv, const std::string &r process_options(rootcfg, options); //LOG(INFO) << "CONFIG: " << config["vision_default"]; - CHECK_EQ( &config, config_index["ftl://utu.fi"] ); + //CHECK_EQ( &config, config_index["ftl://utu.fi"] ); return rootcfg; } -- GitLab