summaryrefslogtreecommitdiffstats
path: root/src/sysinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysinfo.cpp')
-rw-r--r--src/sysinfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysinfo.cpp b/src/sysinfo.cpp
index e942e94..7d6ac92 100644
--- a/src/sysinfo.cpp
+++ b/src/sysinfo.cpp
@@ -172,7 +172,9 @@ const QString SysInfo::getUsbVendorIdProductIdSerialNumber() {
libusb_free_device_list(devs, 1); //free the list, unref the devices in it
libusb_exit(ctx); //close the session
+ /*
QByteArray json = serializer.serialize(list);
qxtLog->debug() << tag + "json object: " + json;
return json;
+ */
}