Skip to content

Commit

Permalink
fix: Remove debug from UI schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickSander committed Feb 27, 2021
1 parent 2144ce5 commit 1214cc1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@
"description": "Leave empty to update position using push method only. Interval in milliseconds to pull position data from the curtain periodically. ",
"required": false,
"minimum": 0
},
"debug": {
"title": "Enable debug mode",
"type": "boolean",
"required": false,
"default": false
}
}
},
Expand Down Expand Up @@ -260,7 +254,6 @@
"displayFlex": true,
"flex-direction": "column",
"items": [
"debug",
{
"type": "flex",
"flex-flow": "row wrap",
Expand Down

0 comments on commit 1214cc1

Please sign in to comment.