From f09b1c3c7f8124d98526e5c0fbc4e634c548bb9e Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 22 Aug 2024 16:56:12 -0400 Subject: [PATCH] remove comment --- frontend/src/components/history/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/history/utils.ts b/frontend/src/components/history/utils.ts index b1e0552..16fee84 100644 --- a/frontend/src/components/history/utils.ts +++ b/frontend/src/components/history/utils.ts @@ -21,7 +21,6 @@ export function extractHistory( // Move to the parent of the current item currentCommitHash = commit.parentHash; } else { - // TODO*: Send to Sentry throw new Error("Malformed history: missing parent index"); } }