remove debug output

This commit is contained in:
Jan Käberich 2023-02-21 13:56:06 +01:00
parent 1fc9ae0c0d
commit 76c63e8585

View File

@ -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: