mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
removing debug statment
This commit is contained in:
parent
fe1a8a6b76
commit
f5de217b4c
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ void UserActivityLogger::connectedDevice(QString typeOfDevice, QString deviceNam
|
|||
QJsonObject actionDetails;
|
||||
const QString TYPE_OF_DEVICE = "type_of_device";
|
||||
const QString DEVICE_NAME = "device_name";
|
||||
qDebug() << "UserActivityLogger::connectedDevice -> type: " << typeOfDevice << " - deviceName: " << deviceName;
|
||||
|
||||
actionDetails.insert(TYPE_OF_DEVICE, typeOfDevice);
|
||||
actionDetails.insert(DEVICE_NAME, deviceName);
|
||||
|
||||
|
|
Loading…
Reference in a new issue