removing some debugging cruft

This commit is contained in:
Chris Cochrun 2023-01-17 14:50:15 -06:00
parent 7d11fa86ba
commit 7be875682f

View file

@ -77,7 +77,7 @@ Item {
anchors.leftMargin: Kirigami.Units.smallSpacing * 8
anchors.topMargin: 5
elide: Text.ElideRight
text: name + " " + slidesListRepeater.model
text: name
/* font.family: "Quicksand Bold" */
}