Removed chain update message
This commit is contained in:
@@ -3116,7 +3116,6 @@ public class AudiobookRecorder extends JFrame implements DocumentListener {
|
|||||||
public void updateEffectChains(TreeMap<String, EffectGroup> effs) {
|
public void updateEffectChains(TreeMap<String, EffectGroup> effs) {
|
||||||
Debug.trace();
|
Debug.trace();
|
||||||
effectsUpdating = true;
|
effectsUpdating = true;
|
||||||
System.err.println("Updating effect chains");
|
|
||||||
while (effectChain.getItemCount() > 0) {
|
while (effectChain.getItemCount() > 0) {
|
||||||
effectChain.removeItemAt(0);
|
effectChain.removeItemAt(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user