We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aec187 commit f453d49Copy full SHA for f453d49
web/src/components/results/agent.tsx
@@ -12,7 +12,6 @@ export function AgentResult({
12
generateResult,
13
}: Readonly<{ packMethod: string; packResult: string; generateResult?: GenerateResult }>) {
14
const { t } = useTranslation();
15
- console.log(packMethod);
16
const isPureAgent = packMethod === "AgentJar";
17
return (
18
<Card>
0 commit comments