[Astal] Remove debug code
This commit is contained in:
parent
ef9439b92c
commit
2d3a6ad33f
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user