Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e60e9ed

Browse files
committedAug 1, 2023
style: remove oudated comment
1 parent 9b243e9 commit e60e9ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/main/frontend/src/utils/CatalogUtils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ var CatalogUtils = {
2121

2222
var ranges = input.replace(' ', '').split(','),
2323
result = [];
24-
// FIXME: use jQuery.each() + jQuery.map()
2524
for (var i = 0; i < ranges.length; i++) {
2625
var range = ranges[i];
2726
result.push(this.expandRange(range));

0 commit comments

Comments
 (0)
Please sign in to comment.