Browse Source

Remove unused comment

ApisNecros 1 year ago
parent
commit
a7c1a8db55
1 changed files with 0 additions and 2 deletions
  1. 0 2
      5/5_1.ts

+ 0 - 2
5/5_1.ts

@@ -58,8 +58,6 @@ function ParseInput(almanac: string[]): RangeMaps {
         TemperatureToHumidity: [],
         HumidityToLocation: [],
     };
-    /** A translation map for range titles to RangeMap keys*/
-
 
     for (let i = 0; i < almanac.length; i++) {
         let line = almanac[i];