Skip to content

Commit

Permalink
removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
werto87 committed Jun 5, 2024
1 parent fa6a9ea commit a90f9e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confu_json/to_json.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ handleArray (boost::json::array &result, T const &t)
if constexpr (std::is_enum_v<uniquePtrType>)
{
tmp[std::string{ type_name<uniquePtrType> () }] = std::string{ magic_enum::enum_name (element.value ()) };
std::cout << tmp << std::endl;
result.emplace_back (tmp);
}
else
Expand Down

0 comments on commit a90f9e5

Please sign in to comment.