Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
andriidudar committed Sep 10, 2024
1 parent 2c1f82c commit 930d81d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions apps/opik-frontend/public/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
window.environmentVariablesOverwrite = {
SEGMENT_ID: "eRGGkEiQkGQ20KLZOyw57WUstbPdcvwv", // TODO Jacques, code is here.
};
window.environmentVariablesOverwrite = {};
2 changes: 0 additions & 2 deletions apps/opik-frontend/src/store/AppStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const useAppStore = create<AppStore>((set) => ({
activeWorkspaceName: "",
setActiveWorkspaceName: (workspaceName) => {
axiosInstance.defaults.headers.common["Comet-Workspace"] = workspaceName;
// TODO TEMP code that allow to run local env in "Comet" mode
axiosInstance.defaults.headers.common["Comet-Workspace"] = "default";
set((state) => ({
...state,
activeWorkspaceName: workspaceName,
Expand Down

0 comments on commit 930d81d

Please sign in to comment.