Skip to content

Commit 5f50628

Browse files
committed
chore: remove unnecessary code
1 parent 2cba757 commit 5f50628

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

frontend/src/ts/test/test-logic.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,11 +1152,6 @@ export async function finish(difficultyFailed = false): Promise<void> {
11521152
dontSave,
11531153
);
11541154

1155-
if (completedEvent.chartData !== "toolong") {
1156-
// @ts-expect-error TODO: check if this is needed
1157-
delete completedEvent.chartData.unsmoothedRaw;
1158-
}
1159-
11601155
if (completedEvent.testDuration > 122) {
11611156
completedEvent.chartData = "toolong";
11621157
completedEvent.keySpacing = "toolong";

0 commit comments

Comments
 (0)