Skip to content

Commit 3e816b7

Browse files
committed
GUI - remove debugging code
1 parent 6257e8b commit 3e816b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/gui/qt/widgets/bpmscrubwidget.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ double BPMScrubWidget::getBPM()
5757

5858
QString BPMScrubWidget::formatBPM()
5959
{
60-
if(m_setPosAvailable) {
61-
return QString("%1 set").arg(m_bpmValue, 6, 'f', 2);
62-
} else {
63-
return QString("%1 bpm").arg(m_bpmValue, 6, 'f', 2);
64-
}
60+
return QString("%1 bpm").arg(m_bpmValue, 6, 'f', 2);
6561
}
6662

6763
void BPMScrubWidget::displayBPM()

0 commit comments

Comments
 (0)