mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(DesktopToolsMacOs): remove logs
This commit is contained in:
parent
a8897a8d3d
commit
927b1e10c7
1 changed files with 0 additions and 4 deletions
|
|
@ -21,7 +21,6 @@
|
|||
*/
|
||||
|
||||
#include "DesktopToolsMacOs.hpp"
|
||||
#include <QDebug>
|
||||
|
||||
// =============================================================================
|
||||
|
||||
|
|
@ -39,10 +38,7 @@ bool DesktopTools::getScreenSaverStatus () const {
|
|||
}
|
||||
|
||||
void DesktopTools::setScreenSaverStatus (bool status) {
|
||||
qDebug() << "SCREENSAVER " << status;
|
||||
|
||||
if (status != mScreenSaverStatus && (status ? enableScreenSaverMacOs() : disableScreenSaverMacOs())) {
|
||||
qDebug() << "SCREENSAVER INT " << status;
|
||||
mScreenSaverStatus = status;
|
||||
emit screenSaverStatusChanged(mScreenSaverStatus);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue