Remove warning from iSWA manager download

This commit is contained in:
Alexander Bock
2017-02-28 21:23:10 -05:00
parent 2500b5f72b
commit 6694cfd98c
-3
View File
@@ -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);
}
);
}