14813: Fixes remote cluster config state
[arvados-workbench2.git] / src / common / config.ts
index 044d7aa9405ebbd40f13d5bee609c36ccf0b0212..975928e35a40919af274119983540dda606f636d 100644 (file)
@@ -110,8 +110,6 @@ Please use the centralized configuration instead. See more at ${docsite}admin/co
                 config.keepWebServiceUrl =  clusterConfigJSON.Services.WebDAV.ExternalURL;
                 mapRemoteHosts(clusterConfigJSON, config);
 
-                console.log(config);
-
                 return { config, apiHost: workbenchConfig.API_HOST };
             })
         );