Skip to content

Commit

Permalink
Remove stray console.trace()
Browse files Browse the repository at this point in the history
  • Loading branch information
blammit committed Jun 18, 2024
1 parent a91cb9c commit 9aaa439
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/settings/devicelist/dc-in/PageAlternatorModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ ObjectModel {
text: CommonWords.temperature
dataItem.uid: root.bindPrefix + "/Dc/0/Temperature"
allowed: defaultAllowed && dataItem.isValid
onHeightChanged: console.trace()
}

ListTextItem {
Expand Down

0 comments on commit 9aaa439

Please sign in to comment.