[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 brightness = Brightness.get_default();
|
||||||
|
|
||||||
const BrightnessModule = () => {
|
const BrightnessModule = () => {
|
||||||
print( brightness.screen * 100 );
|
|
||||||
const setBrightness = (value: number) => {
|
const setBrightness = (value: number) => {
|
||||||
brightness.screen = value;
|
brightness.screen = value;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user