mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
Minor cleanup
This commit is contained in:
@@ -144,7 +144,7 @@ Singleton {
|
||||
|
||||
function setBluetoothEnabled(enabled) {
|
||||
if (!adapter) {
|
||||
console.warn("BluetoothService: No adapter available")
|
||||
Logger.warn("Bluetooth", "No adapter available")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
@@ -32,8 +32,6 @@ Loader {
|
||||
signal closed
|
||||
|
||||
Component.onCompleted: {
|
||||
// console.log("Oh Yeah")
|
||||
// console.log(objectName)
|
||||
PanelService.registerPanel(root)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user