[Astal] Remove debug code

This commit is contained in:
Admin 2025-05-20 14:24:25 +02:00
parent ef9439b92c
commit 2d3a6ad33f

View File

@ -4,7 +4,6 @@ import Brightness from "../../../../util/brightness";
const brightness = Brightness.get_default();
const BrightnessModule = () => {
print( brightness.screen * 100 );
const setBrightness = (value: number) => {
brightness.screen = value;
}