connectivity_action.cpp: remove stray qDebug()

This commit is contained in:
Piyush Aggarwal 2021-06-29 07:03:56 +05:30
parent 2c0c822600
commit c647de6ab7

View file

@ -84,7 +84,6 @@ void ConnectivityAction::update()
// We didn't recognize the network type. Don't append anything. // We didn't recognize the network type. Don't append anything.
iconName += QStringLiteral(""); iconName += QStringLiteral("");
} }
qDebug() << "iconName ="<< iconName;
setIcon(QIcon::fromTheme(iconName)); setIcon(QIcon::fromTheme(iconName));