Skip to content

Commit d3691ae

Browse files
committed
Remove debug print
1 parent 315921a commit d3691ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multi-integer-range.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class MultiRange {
6464
const max = match[2] === undefined ? +Infinity : toInt(match[2]);
6565
this.appendRange(min, max);
6666
} else {
67-
throw new SyntaxError('Invalid input: ' + data);
67+
throw new SyntaxError('Invalid input');
6868
}
6969
};
7070
}

0 commit comments

Comments
 (0)