remove comment

This commit is contained in:
Abi Raja 2024-08-22 16:56:12 -04:00
parent bf3e4eecb2
commit f09b1c3c7f

View File

@ -21,7 +21,6 @@ export function extractHistory(
// Move to the parent of the current item // Move to the parent of the current item
currentCommitHash = commit.parentHash; currentCommitHash = commit.parentHash;
} else { } else {
// TODO*: Send to Sentry
throw new Error("Malformed history: missing parent index"); throw new Error("Malformed history: missing parent index");
} }
} }