Skip to content

Commit

Permalink
remove logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
loubbrad committed Feb 20, 2024
1 parent c2e6180 commit 3082f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aria/tokenizer/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ def _detokenize_midi_dict(self, tokenized_seq: list):
):
# Process instrument prefix tokens
if tok[2] in instrument_to_channel.keys():
logging.warning(f"Duplicate prefix {tok[2]}")
# logging.warning(f"Duplicate prefix {tok[2]}")
continue
elif tok[2] == "drum":
instrument_msgs.append(
Expand Down

0 comments on commit 3082f54

Please sign in to comment.