X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/45ee419ff7952fc722a139666c327a321a92cc81..da85f1807c0223ab3de12448ae75df5482a457d8:/src/common/config.ts diff --git a/src/common/config.ts b/src/common/config.ts index cbac7b19..7d974342 100644 --- a/src/common/config.ts +++ b/src/common/config.ts @@ -125,9 +125,6 @@ remove the entire ${varName} entry from ${WORKBENCH_CONFIG_URL}`); else { vocabularyUrl = clusterConfigJSON.Workbench.VocabularyURL || "/vocabulary-example.json"; } - // FIXME: The following line is for dev testing purposes - vocabularyUrl = "/vocabulary-example.json"; - config.vocabularyUrl = vocabularyUrl; return { config, apiHost: workbenchConfig.API_HOST };