mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Resolve TODOs in level_2_chunks
This commit is contained in:
parent
3d7da7d971
commit
4906800a22
2 changed files with 10 additions and 13 deletions
|
|
@ -405,7 +405,6 @@ AwsLevel2ChunksDataProvider::Impl::ListObjects()
|
|||
if (possibleLastNumbers.empty())
|
||||
{
|
||||
logger_->warn("Could not find last scan");
|
||||
// TODO make sure this makes sence
|
||||
return {false, 0, 0};
|
||||
}
|
||||
|
||||
|
|
@ -705,7 +704,6 @@ std::pair<size_t, size_t> AwsLevel2ChunksDataProvider::Refresh()
|
|||
if (p->lastScan_.nexradFile_ != nullptr)
|
||||
{
|
||||
p->lastScan_.hasAllFiles_ = true;
|
||||
// TODO maybe set lastModified for timing
|
||||
}
|
||||
}
|
||||
// Fall back to chunks if files did not load
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue