Index: sources/device/DeviceView.cpp =================================================================== diff -u -re7adb742d7dd362b2deb795259694b223eea3bc0 -r86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f --- sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision e7adb742d7dd362b2deb795259694b223eea3bc0) +++ sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision 86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f) @@ -167,14 +167,12 @@ // ================================================= RootSSHAccess void VDevice::doInitRootSSHAccess() { - // DEBUG : qDebug() << "HERE Request" << vValue; DeviceRootSSHAccessRequestData data; data.mIsGet = true; emit didAttributeRequest(data); } void VDevice::rootSSHAccessRequest(const Qt::CheckState &vValue) { - // DEBUG : qDebug() << "HERE Request" << vValue; DeviceRootSSHAccessRequestData data; data.mIsGet = false; data.mRootSSHAccess = vValue; @@ -229,10 +227,7 @@ // Nothing for now. } -void VDevice::decommissionRequest(const QString &vCommand) { - Q_UNUSED(vCommand) - // DEBUG : qDebug() << "HERE Request" << vCommand; - +void VDevice::decommissionRequest(const QString &) { decommissionEnabled(true); DeviceDecommissionRequestData data; @@ -248,7 +243,6 @@ } void VDevice::onAttributeResponse(const DeviceDecommissionResponseData &vData) { - //QDEBUG : qDebug() << "HERE Response " << Q_FUNC_INFO << " accepted: "<< vData.mAccepted << vData.mReason; // this has to be called to let Gui to set to old value that device controller provided. status(vData.mMessage);