Skip to content

Commit 3a86354

Browse files
Remove outdated comment as we are no longer using persist middleware
1 parent 88ee85c commit 3a86354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ export interface Actions {
243243
projectFlushedToEditor(): void;
244244

245245
setDownload(state: DownloadState): void;
246-
// TODO: does the persistence slow this down? we could move it to another store
247246
setDownloadFlashingProgress(value: number): void;
248247
setSave(state: SaveState): void;
249248

0 commit comments

Comments
 (0)