indicators: clean-up useless debug

This commit is contained in:
Bhushan Shah 2021-05-14 14:59:08 +05:30
parent 7bac59549d
commit 4511a2d62f

View file

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