Skip to content

Commit

Permalink
style: remove oudated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder committed Aug 1, 2023
1 parent 9b243e9 commit e60e9ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/frontend/src/utils/CatalogUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ var CatalogUtils = {

var ranges = input.replace(' ', '').split(','),
result = [];
// FIXME: use jQuery.each() + jQuery.map()
for (var i = 0; i < ranges.length; i++) {
var range = ranges[i];
result.push(this.expandRange(range));
Expand Down

0 comments on commit e60e9ed

Please sign in to comment.