Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszmigas committed Mar 7, 2024
1 parent 404da39 commit 01f8388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/history/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export type ImageChange =
};

export class ImageHistory {
// private checkpoints: Record<number, ImageCompressedBuffer> = {};
private currentImage: ImageUncompressedData | null = null;

init(data: ImageUncompressedData) {
Expand Down

0 comments on commit 01f8388

Please sign in to comment.