Skip to content

Commit f453d49

Browse files
committed
style: rm console.log
1 parent 3aec187 commit f453d49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/components/results/agent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export function AgentResult({
1212
generateResult,
1313
}: Readonly<{ packMethod: string; packResult: string; generateResult?: GenerateResult }>) {
1414
const { t } = useTranslation();
15-
console.log(packMethod);
1615
const isPureAgent = packMethod === "AgentJar";
1716
return (
1817
<Card>

0 commit comments

Comments
 (0)