mirror of https://github.com/zlatinb/muwire
remove println
parent
40f98f3ca3
commit
9b931dbdb4
|
@ -52,7 +52,6 @@ class ContactChooserModel extends DefaultComboBoxModel implements MutableComboBo
|
|||
|
||||
@Override
|
||||
public void setSelectedItem(Object anObject) {
|
||||
println "CCM.setSelectedItem $anObject"
|
||||
if (anObject instanceof String) {
|
||||
if (anObject == selectedPOP?.getPersona()?.getHumanReadableName())
|
||||
super.setSelectedItem(selectedPOP)
|
||||
|
|
Loading…
Reference in New Issue