FIX remove extra print statement

This commit is contained in:
Nathan Dwarshuis 2021-11-21 00:49:20 -05:00
parent 4da3024dc7
commit f88db8d2a3
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ incBrightness bounds = stateOn >> incPercent steps brightnessFile bounds
decBrightness :: RawBounds -> IO Brightness
decBrightness bounds = do
b <- decPercent steps brightnessFile bounds
print b
when (b == 0) stateOff
return b