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) { function setBluetoothEnabled(enabled) {
if (!adapter) { if (!adapter) {
console.warn("BluetoothService: No adapter available") Logger.warn("Bluetooth", "No adapter available")
return return
} }

View file

@ -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)
} }