Skip to content

Commit

Permalink
Remove missing cout
Browse files Browse the repository at this point in the history
  • Loading branch information
aruizs committed Dec 27, 2023
1 parent 4bcb334 commit 23bf404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unleashclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ variant_t UnleashClient::variant(const std::string &flag, const unleash::Context
if (m_isInitialized) {
variant.feature_enabled = isEnabled(flag, context);
if (auto search = m_features.find(flag); search != m_features.end()) {
std::cout << "variant" << std::endl;
return m_features.at(flag).getVariant(context);
}
}
Expand Down

0 comments on commit 23bf404

Please sign in to comment.