Skip to content

Commit 2e83166

Browse files
committed
removed debug print
1 parent 883b0d4 commit 2e83166

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/chords2midi/c2m.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def _parse_pattern_token(tok):
143143
input_progression = progression[:] # 2.7 copy
144144
# Parse tokens into (instruction, length_multiplier)
145145
parsed_mask = [_parse_pattern_token(tok) for tok in patterns[pattern]]
146-
print(parsed_mask, patterns[pattern])
147146
pattern_mask_index = 0
148147
current_chord = None
149148

0 commit comments

Comments
 (0)