Skip to content

Commit 423e90c

Browse files
committed
refactor: Remove debugging code from TabBar
- Fixes #288
1 parent 9f90c8e commit 423e90c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/Material/TabBar.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ Item {
132132
: Math.min(Math.max(2 * tabPadding + row.width, tabMinWidth), Units.dp(264))
133133

134134

135-
onImplicitWidthChanged: print("Tab", index, implicitWidth)
136-
137135
property bool selected: index == tabBar.selectedIndex
138136

139137
property var tab: isTabView ? tabs.getTab(index) : modelData

0 commit comments

Comments
 (0)