Minor cleanup

This commit is contained in:
LemmyCook
2025-08-25 08:28:27 -04:00
parent 01ccb771e6
commit 7a849806fb
2 changed files with 1 additions and 3 deletions

View File

@@ -144,7 +144,7 @@ Singleton {
function setBluetoothEnabled(enabled) {
if (!adapter) {
console.warn("BluetoothService: No adapter available")
Logger.warn("Bluetooth", "No adapter available")
return
}

View File

@@ -32,8 +32,6 @@ Loader {
signal closed
Component.onCompleted: {
// console.log("Oh Yeah")
// console.log(objectName)
PanelService.registerPanel(root)
}