style: rm console.log
Dev Deploy / Build Jar (push) Waiting to run
Dev Deploy / Docker Push (push) Blocked by required conditions
Dev Deploy / Deploy to Maven Central (push) Blocked by required conditions
Dev Deploy / Deploy to Northflank (push) Blocked by required conditions

This commit is contained in:
ReaJason
2025-07-19 20:56:45 +08:00
parent 3aec187288
commit f453d49e2c
-1
View File
@@ -12,7 +12,6 @@ export function AgentResult({
generateResult,
}: Readonly<{ packMethod: string; packResult: string; generateResult?: GenerateResult }>) {
const { t } = useTranslation();
console.log(packMethod);
const isPureAgent = packMethod === "AgentJar";
return (
<Card>