Skip to content

Commit cae07ae

Browse files
Revert "fix: add some debug logs to aicg (#9850)" (#9851)
This reverts commit e62b141.
1 parent e62b141 commit cae07ae

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

apps/ai-content-generator/src/components/app/dialog/common-generator/output/output-text-panels/OutputTextPanels.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ const OutputTextPanels = (props: Props) => {
4747
};
4848

4949
const generate = () => {
50-
// Log the model being used for generation
51-
// eslint-disable-next-line no-console
52-
console.log('AI Content Generator: Using model', ai.model);
5350
onGenerate(ai.generateMessage);
5451
};
5552

apps/ai-content-generator/src/hooks/dialog/useAI.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ const useAI = () => {
128128
sendStopSignal,
129129
error,
130130
hasError,
131-
model: sdk.parameters.installation.model ?? defaultModelId,
132131
};
133132
};
134133

0 commit comments

Comments
 (0)