Index: sources/bluetooth/BLEScanner.cpp =================================================================== diff -u -r5384b4f5833568db90b988b11bbd502386d2f9b2 -ra72ae0a4ecea77ac03220ddc5d8e5f322b254a61 --- sources/bluetooth/BLEScanner.cpp (.../BLEScanner.cpp) (revision 5384b4f5833568db90b988b11bbd502386d2f9b2) +++ sources/bluetooth/BLEScanner.cpp (.../BLEScanner.cpp) (revision a72ae0a4ecea77ac03220ddc5d8e5f322b254a61) @@ -584,6 +584,6 @@ */ void BLEScanner::onRetryConnectToDevice() { - LOG_DEBUG(QString("Retrying to connect to BLE device with address %1").arg(selectedDeviceInfo.address().toString())); +// LOG_DEBUG(QString("Retrying to connect to BLE device with address %1").arg(selectedDeviceInfo.address().toString())); lowEnergyController->connectToDevice(); } Index: sources/view/VVitals.cpp =================================================================== diff -u -r5384b4f5833568db90b988b11bbd502386d2f9b2 -ra72ae0a4ecea77ac03220ddc5d8e5f322b254a61 --- sources/view/VVitals.cpp (.../VVitals.cpp) (revision 5384b4f5833568db90b988b11bbd502386d2f9b2) +++ sources/view/VVitals.cpp (.../VVitals.cpp) (revision a72ae0a4ecea77ac03220ddc5d8e5f322b254a61) @@ -103,10 +103,10 @@ emit didRequestShowAlert(request); _lastNotification = QDateTime::currentDateTime(); - } else { + } /*else { int secondsRemaining = bloodPressureMeasureIntervalMinutes()*60 - _lastNotification.secsTo(QDateTime::currentDateTime()); LOG_DEBUG(QString("There are %1 seconds until next bp/hr measurement request notification").arg(secondsRemaining)); - } + }*/ } /*!