mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-03 23:30:05 +01:00
remove debug output
This commit is contained in:
parent
1fc9ae0c0d
commit
76c63e8585
|
|
@ -24,7 +24,6 @@ LibreVNATCPDriver::LibreVNATCPDriver()
|
|||
|
||||
auto interfaces = QNetworkInterface::allInterfaces();
|
||||
for(auto i : interfaces) {
|
||||
qDebug() << this << i.type();
|
||||
switch(i.type()) {
|
||||
case QNetworkInterface::Ethernet:
|
||||
case QNetworkInterface::Wifi:
|
||||
|
|
|
|||
Loading…
Reference in a new issue