Revert "Add ability to use observer in the prompt section (#3194)" (#1407)

This commit is contained in:
Shuchang Zheng
2024-12-17 07:10:54 -08:00
committed by GitHub
parent b70559392c
commit 56ff9d11d6
4 changed files with 5 additions and 141 deletions

View File

@@ -19,13 +19,4 @@ if (!artifactApiBaseUrl) {
console.warn("artifactApiBaseUrl environment variable was not set");
}
const observerEnabled = import.meta.env.VITE_OBSERVER_ENABLED as string;
const observerFeatureEnabled = observerEnabled === "true";
export {
apiBaseUrl,
environment,
envCredential,
artifactApiBaseUrl,
observerFeatureEnabled,
};
export { apiBaseUrl, environment, envCredential, artifactApiBaseUrl };