remove debug output
This commit is contained in:
parent
1fc9ae0c0d
commit
76c63e8585
@ -24,7 +24,6 @@ LibreVNATCPDriver::LibreVNATCPDriver()
|
|||||||
|
|
||||||
auto interfaces = QNetworkInterface::allInterfaces();
|
auto interfaces = QNetworkInterface::allInterfaces();
|
||||||
for(auto i : interfaces) {
|
for(auto i : interfaces) {
|
||||||
qDebug() << this << i.type();
|
|
||||||
switch(i.type()) {
|
switch(i.type()) {
|
||||||
case QNetworkInterface::Ethernet:
|
case QNetworkInterface::Ethernet:
|
||||||
case QNetworkInterface::Wifi:
|
case QNetworkInterface::Wifi:
|
||||||
|
Loading…
Reference in New Issue
Block a user