diff --git a/include/ioh/common/factory.hpp b/include/ioh/common/factory.hpp index 363bef90..153090a3 100644 --- a/include/ioh/common/factory.hpp +++ b/include/ioh/common/factory.hpp @@ -215,13 +215,6 @@ namespace ioh::common } std::cerr << "Params: "; (std::cerr << ... << params) << "\n"; - - if (entry) - { - std::cerr << "Entry: " << entry->first << " -> " << entry->second << "\n"; - std::cerr << "Entry First: " << entry->first << "\n"; - std::cerr << "Entry Second: " << entry->second << "\n"; - } } assert(entry != std::end(id_map)); return create(entry->second, std::forward(params)...);