mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
indicators: clean-up useless debug
This commit is contained in:
parent
7bac59549d
commit
4511a2d62f
1 changed files with 0 additions and 7 deletions
|
|
@ -19,13 +19,6 @@ Item {
|
|||
Layout.minimumWidth: strengthIcon.height + strengthLabel.width
|
||||
OfonoManager {
|
||||
id: ofonoManager
|
||||
onAvailableChanged: {
|
||||
console.log("Ofono is " + available)
|
||||
}
|
||||
onModemAdded: {
|
||||
console.log("modem added " + modem)
|
||||
}
|
||||
onModemRemoved: console.log("modem removed")
|
||||
}
|
||||
|
||||
OfonoNetworkRegistration {
|
||||
|
|
|
|||
Loading…
Reference in a new issue