mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 23:09:32 -05:00
Remove warning from iSWA manager download
This commit is contained in:
@@ -89,9 +89,6 @@ IswaManager::IswaManager()
|
||||
"http://iswa3.ccmc.gsfc.nasa.gov/IswaSystemWebApp/CygnetHealthServlet",
|
||||
[this](const DownloadManager::MemoryFile& file){
|
||||
fillCygnetInfo(std::string(file.buffer));
|
||||
},
|
||||
[](const std::string& err){
|
||||
LWARNING("Download to memory was aborted: " + err);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user