Removed some lines used for debugging purposes
[qtmeetings] / src / IO / DeviceControl / DeviceConfigurator.cpp
index 4ac495e..76e17ce 100644 (file)
@@ -19,8 +19,6 @@ DeviceConfigurator::~DeviceConfigurator()
 bool DeviceConfigurator::toggleScreenSwitchOff( bool aEnable )
 {      
        qDebug() << "DeviceConfigurator::toggleScreenSwitchOff( bool )";
-       emit configuringError( DeviceManager::ScreenSettingsNotChanged );
-       return false;
        QString command = "gconftool-2";
        QStringList args;
        QByteArray result;