15672: subprocess view WIP
[arvados-workbench2.git] / src / common / config.ts
index cbac7b1984aa5bbfc286060c61ee0bd6b52574f0..7d974342a704198686b8e20a959e537c0e03a73c 100644 (file)
@@ -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 };