Skip to content

Commit 050b2a3

Browse files
authored
fix(ui5-date-range): remove commented code (#12978)
Removing forgotten commented code.
1 parent 8437146 commit 050b2a3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/main/src/CalendarDateRange.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,4 @@ class CalendarDateRange extends UI5Element implements ICalendarSelectedDates {
3939

4040
CalendarDateRange.define();
4141

42-
// type t = typeof CalendarDateRange.prototype._jsxProps;
43-
// let a: t;
44-
// a.value =
45-
4642
export default CalendarDateRange;

0 commit comments

Comments
 (0)