Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
CURA-10619
  • Loading branch information
saumyaj3 committed Aug 15, 2023
1 parent c81cbac commit 8d36c06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/plugin/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ struct Settings
{
return std::tolower(c);
});
auto generated_key = fmt::format("_plugin__{}__{}_{}_{}__{}", lower_name, semantic_version.major, semantic_version.minor, semantic_version.patch, short_key);
spdlog::info("generated key is {}", generated_key);
return generated_key;
return fmt::format("_plugin__{}__{}_{}_{}__{}", lower_name, semantic_version.major, semantic_version.minor, semantic_version.patch, short_key);
}
};

Expand Down

0 comments on commit 8d36c06

Please sign in to comment.