Minor cleanup
This commit is contained in:
parent
01ccb771e6
commit
7a849806fb
2 changed files with 1 additions and 3 deletions
|
|
@ -144,7 +144,7 @@ Singleton {
|
||||||
|
|
||||||
function setBluetoothEnabled(enabled) {
|
function setBluetoothEnabled(enabled) {
|
||||||
if (!adapter) {
|
if (!adapter) {
|
||||||
console.warn("BluetoothService: No adapter available")
|
Logger.warn("Bluetooth", "No adapter available")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,6 @@ Loader {
|
||||||
signal closed
|
signal closed
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
// console.log("Oh Yeah")
|
|
||||||
// console.log(objectName)
|
|
||||||
PanelService.registerPanel(root)
|
PanelService.registerPanel(root)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue