Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
I investigated some more, and it seems that I was wrong.

Fixes #38
  • Loading branch information
lishaduck committed Jan 25, 2024
1 parent 6327ce5 commit 04a7ff7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@ declare global {
}
}

// If not marked with //, should be able to remove at a later time.

let grid: Level; //
let canvas: HTMLCanvasElement; //
let ctx: CanvasRenderingContext2D; //
let coursesAmt: number; //
let grid: Level;
let canvas: HTMLCanvasElement;
let ctx: CanvasRenderingContext2D;
let coursesAmt: number;
let viewLvl: Lvl;
let profiles: ProfilesList = []; //
let profiles: ProfilesList = [];
let source: HTMLImageElement;
let size: number;
let profNum: number;
Expand Down

0 comments on commit 04a7ff7

Please sign in to comment.