Skip to content

Commit

Permalink
refactor: Remove debugging code from TabBar
Browse files Browse the repository at this point in the history
- Fixes #288
  • Loading branch information
iBelieve committed Sep 17, 2015
1 parent 9f90c8e commit 423e90c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/Material/TabBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ Item {
: Math.min(Math.max(2 * tabPadding + row.width, tabMinWidth), Units.dp(264))


onImplicitWidthChanged: print("Tab", index, implicitWidth)

property bool selected: index == tabBar.selectedIndex

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

0 comments on commit 423e90c

Please sign in to comment.