Skip to content

Commit d14c622

Browse files
committed
Removed debug print statements
1 parent a97b0d4 commit d14c622

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

screen_brightness_control/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,10 @@ def fade():
7777
val=i
7878
if start>finish:
7979
val = start - (val-finish)
80-
print(i,val)
8180
set_brightness(val)
8281
time.sleep(interval)
8382

8483
if get_brightness()!=finish:
85-
print(finish)
8684
set_brightness(finish)
8785
return get_brightness()
8886

0 commit comments

Comments
 (0)