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

@ -31,8 +31,8 @@ namespace qt
namespace map
{
static constexpr uint32_t MAX_RADIALS = 720;
static constexpr uint32_t MAX_DATA_MOMENT_GATES = 1840;
//static constexpr uint32_t MAX_RADIALS = 720;
//static constexpr uint32_t MAX_DATA_MOMENT_GATES = 1840;
static const std::string logPrefix_ = "scwx::qt::map::radar_product_layer";
static const auto logger_ = scwx::util::Logger::Create(logPrefix_);