Removed debug print statement
This commit is contained in:
parent
dad271ade2
commit
4f84a31237
1 changed files with 0 additions and 2 deletions
|
|
@ -33,8 +33,6 @@ chord_changes = [ # chord_file, beats to play, beats played
|
|||
[0, 2, 0], [2, 2, 0]
|
||||
]
|
||||
|
||||
print("2018-06-19 blues_pg v02.py")
|
||||
|
||||
cpx.pixels.fill((0, 0, 0)) # clear all pixels
|
||||
cpx.play_file(drums[0]) # play startup
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue