Skip to content

Commit ae63f5b

Browse files
Remove development line
1 parent 5bb291d commit ae63f5b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CLUE_Light_Painter/code.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
TIMES = ['1/8', '1/4', '1/3', '1/2', '2/3', '1', '1.5', '2', '3', '4']
3838
TIMES.sort(key=eval) # Ensure times are shortest-to-longest
3939

40-
# Temporary line during development, delete before use:
41-
#PIXEL_ORDER = 'gbr' # Old DotStar strip with different color order
42-
4340

4441
def centered_label(text, y_pos, scale):
4542
"""

0 commit comments

Comments
 (0)