Removed chain update message

This commit is contained in:
2024-04-07 14:47:04 +01:00
parent 3e84798d88
commit 09436a17d8

View File

@@ -3116,7 +3116,6 @@ public class AudiobookRecorder extends JFrame implements DocumentListener {
public void updateEffectChains(TreeMap<String, EffectGroup> effs) {
Debug.trace();
effectsUpdating = true;
System.err.println("Updating effect chains");
while (effectChain.getItemCount() > 0) {
effectChain.removeItemAt(0);
}