From 152caa25e94f366fae6eaf906e0daae8305cc8c1 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 14 Jun 2026 20:06:20 +0700 Subject: [PATCH] fix(frontend): remove console.log from comment to fix linter false positive --- frontend/components/admin/ai/ContextConfigEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/admin/ai/ContextConfigEditor.tsx b/frontend/components/admin/ai/ContextConfigEditor.tsx index 2cae14de..53adcbc6 100644 --- a/frontend/components/admin/ai/ContextConfigEditor.tsx +++ b/frontend/components/admin/ai/ContextConfigEditor.tsx @@ -78,7 +78,7 @@ export default function ContextConfigEditor({ : [] ); } catch (_err) { - // error handling silently per rules (use NestJS Logger on backend, avoid console.log on frontend) + // Error handling silently - backend logs via NestJS Logger } }; loadData();