FIX remove extra print statement
This commit is contained in:
parent
4da3024dc7
commit
f88db8d2a3
|
@ -78,7 +78,6 @@ incBrightness bounds = stateOn >> incPercent steps brightnessFile bounds
|
||||||
decBrightness :: RawBounds -> IO Brightness
|
decBrightness :: RawBounds -> IO Brightness
|
||||||
decBrightness bounds = do
|
decBrightness bounds = do
|
||||||
b <- decPercent steps brightnessFile bounds
|
b <- decPercent steps brightnessFile bounds
|
||||||
print b
|
|
||||||
when (b == 0) stateOff
|
when (b == 0) stateOff
|
||||||
return b
|
return b
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue