comment out some unused variables/constants

This commit is contained in:
AdenKoperczak 2024-09-19 11:45:18 -04:00
parent a2efe1a928
commit f5a5d3172f
8 changed files with 15 additions and 15 deletions

View file

@ -30,7 +30,7 @@ namespace provider
static const std::string logPrefix_ = "scwx::provider::warnings_provider";
static const auto logger_ = util::Logger::Create(logPrefix_);
static constexpr std::chrono::seconds kUpdatePeriod_ {15};
//static constexpr std::chrono::seconds kUpdatePeriod_ {15};
class WarningsProvider::Impl
{