Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r0c983aea7de7480e86739469f5a64ad18b244634 --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 0c983aea7de7480e86739469f5a64ad18b244634) @@ -171,7 +171,7 @@ void View::VTreatmentVitals::timerEvent(QTimerEvent *) { // TODO: Change the logic of the timer to count down instead of count up and reset to interval on 0. - qDebug() << __FUNCTION__ << _timerCounter; + // DEBUG: qDebug() << __FUNCTION__ << _timerCounter; if ( _interval == _timerCounter ) { timerReset(); emit didTrigger();