connectivity_action.cpp: remove stray qDebug()
This commit is contained in:
parent
2c0c822600
commit
c647de6ab7
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ void ConnectivityAction::update()
|
|||
// We didn't recognize the network type. Don't append anything.
|
||||
iconName += QStringLiteral("");
|
||||
}
|
||||
qDebug() << "iconName ="<< iconName;
|
||||
|
||||
setIcon(QIcon::fromTheme(iconName));
|
||||
|
||||
|
|
Loading…
Reference in a new issue