mattricesound commited on
Commit
e81ecc1
·
1 Parent(s): 5945136

Remove all effects being printed

Browse files
Files changed (1) hide show
  1. remfx/datasets.py +1 -1
remfx/datasets.py CHANGED
@@ -18,7 +18,7 @@ from remfx.utils import select_random_chunk
18
  # https://zenodo.org/record/1193957 -> VocalSet
19
 
20
  ALL_EFFECTS = effects.Pedalboard_Effects
21
- print(ALL_EFFECTS)
22
 
23
 
24
  vocalset_splits = {
 
18
  # https://zenodo.org/record/1193957 -> VocalSet
19
 
20
  ALL_EFFECTS = effects.Pedalboard_Effects
21
+ # print(ALL_EFFECTS)
22
 
23
 
24
  vocalset_splits = {