Stop trying to fetch GPU and feature tables from LL.
parent
af78d8b1f6
commit
3a8d53929f
|
|
@ -557,8 +557,8 @@ void fetch_gpu_table(std::string table)
|
|||
// fetch table(s) from a website (S3)
|
||||
void LLFeatureManager::fetchHTTPTables()
|
||||
{
|
||||
fetch_feature_table(FEATURE_TABLE_VER_FILENAME);
|
||||
fetch_gpu_table(GPU_TABLE_VER_FILENAME);
|
||||
//fetch_feature_table(FEATURE_TABLE_VER_FILENAME);
|
||||
//fetch_gpu_table(GPU_TABLE_VER_FILENAME);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue