From 28ec6036710ea28998d42d27577a9a441b07a647 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 2 May 2026 09:35:06 +0100 Subject: [PATCH] chore: drop stale debug timing allowlist --- scripts/deadcode-unused-files.allowlist.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/deadcode-unused-files.allowlist.mjs b/scripts/deadcode-unused-files.allowlist.mjs index 14763fcc461..b8dd455d0eb 100644 --- a/scripts/deadcode-unused-files.allowlist.mjs +++ b/scripts/deadcode-unused-files.allowlist.mjs @@ -9,7 +9,6 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [ "src/auto-reply/inbound.group-require-mention-test-plugins.ts", "src/auto-reply/reply/get-reply.test-loader.ts", "src/cli/daemon-cli-compat.ts", - "src/cli/debug-timing.ts", "src/commands/doctor/shared/deprecation-compat.ts", "src/config/doc-baseline.runtime.ts", "src/config/doc-baseline.ts",