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"); } }