From 315cf8662bb4dfe5b9b66bfdbf17a5c7ba5c127f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:11:01 +0700 Subject: [PATCH] remove misleading debug print (#445) --- .config/ags/modules/sideright/centermodules/bluetooth.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/ags/modules/sideright/centermodules/bluetooth.js b/.config/ags/modules/sideright/centermodules/bluetooth.js index 10c7c8cb8..989774f35 100644 --- a/.config/ags/modules/sideright/centermodules/bluetooth.js +++ b/.config/ags/modules/sideright/centermodules/bluetooth.js @@ -141,9 +141,6 @@ export default (props) => { label: 'More', setup: setupCursorHover, })], - setup: (self) => { - console.log('AAAAAAAAAAAAAAAAAAa') - }, }) return Box({ ...props,