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