From 57c507915f47819cb76224a7e14613df8778885e Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sat, 2 Aug 2025 12:13:16 +0200 Subject: [PATCH] remove mindless dev comments --- src/components/AIQueryInterface.astro | 60 ----------------------- src/components/TargetedScenarios.astro | 13 ----- src/components/ToolFilters.astro | 45 ----------------- src/components/ToolMatrix.astro | 5 -- src/env.d.ts | 2 - src/layouts/BaseLayout.astro | 10 +--- src/pages/api/ai/enhance-input.ts | 17 ++----- src/pages/api/contribute/knowledgebase.ts | 2 +- src/pages/api/upload/media.ts | 2 +- src/pages/index.astro | 14 ------ src/utils/aiPipeline.ts | 42 ++-------------- src/utils/api.ts | 1 - 12 files changed, 13 insertions(+), 200 deletions(-) diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index 56530ba..2061bed 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -211,12 +211,6 @@ const domainAgnosticSoftware = data['domain-agnostic-software'] || [];