Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Rusin committed Jan 31, 2024
1 parent b2d826e commit 0e63064
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/ioh/common/factory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<Args>(params)...);
Expand Down

0 comments on commit 0e63064

Please sign in to comment.