X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooInstrumentList.java;h=ed976dd4434d952c614a113bc77030980b2d6855;hb=31f81450a303d52bf37ec8bcbb12e0f3b3b8b833;hp=d109227a287d17173737e08e18cd7072b3229126;hpb=2ee5615787c8377a17a91158ea18adbae1aa74c2;p=moosique.git diff --git a/MooInstrumentList.java b/MooInstrumentList.java index d109227..ed976dd 100644 --- a/MooInstrumentList.java +++ b/MooInstrumentList.java @@ -21,9 +21,7 @@ public class MooInstrumentList extends JComboBox implements ActionListener { public void setChannel(int chan){ channel = chan; - System.out.println(chan); setSelectedIndex(Moosique.getChannel(channel).getProgram()); - System.out.println(Moosique.getChannel(channel).getProgram()); } public void actionPerformed(ActionEvent e) {