Skip to content

Commit

Permalink
removed log of config (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofermend committed Nov 20, 2023
1 parent 1de9e53 commit 8baa08d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contexts/ConfigurationContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ export const ConfigContextProvider = ({ children }: Props) => {
config_summary_num_sentences,
config_summary_prompt_name,
} = config;
console.log(config);

setUxMode(config_ux ?? "summary");

Expand Down

0 comments on commit 8baa08d

Please sign in to comment.