Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
schelv committed Oct 13, 2023
1 parent 08c2896 commit 2ae922c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/data/selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ export interface ColorTempMiredSelector {
} | null;
}

// export interface ColorTempSelector {
// color_temp: {
// unit: LightColorTemperatureUnit
// min?: number;
// max?: number;
// } | null;
// }

export interface ColorTempKelvinSelector {
color_temp_kelvin: {
min?: number;
Expand Down

0 comments on commit 2ae922c

Please sign in to comment.